Skip to content

Commit

Permalink
Merge pull request #221 from nocalhost/dev-tian-add-241-support
Browse files Browse the repository at this point in the history
Add 241 support
  • Loading branch information
tianyu-sz authored Jun 4, 2024
2 parents 0dbb13b + b867f46 commit a69d509
Show file tree
Hide file tree
Showing 59 changed files with 29 additions and 2,781 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform-version: [ 203, 211, 212, 213, 221, 222, 223, 231, 232, 233 ]
platform-version: [ 233, 241 ]
env:
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: create-release
strategy:
matrix:
platform-version: [ 203, 211, 212, 213, 221, 222, 223, 231, 232, 233 ]
platform-version: [ 233, 241 ]
env:
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}

Expand Down
3 changes: 2 additions & 1 deletion .run/nocalhost-intellij-plugin [buildPlugin].run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ExternalSystemSettings>
<option name="env">
<map>
<entry key="ORG_GRADLE_PROJECT_platformVersion" value="233" />
<entry key="ORG_GRADLE_PROJECT_platformVersion" value="241" />
</map>
</option>
<option name="executionName" />
Expand All @@ -24,6 +24,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
2 changes: 1 addition & 1 deletion .run/nocalhost-intellij-plugin [runIde].run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ExternalSystemSettings>
<option name="env">
<map>
<entry key="ORG_GRADLE_PROJECT_platformVersion" value="233" />
<entry key="ORG_GRADLE_PROJECT_platformVersion" value="241" />
</map>
</option>
<option name="executionName" />
Expand Down
13 changes: 0 additions & 13 deletions gradle-203.properties

This file was deleted.

13 changes: 0 additions & 13 deletions gradle-211.properties

This file was deleted.

13 changes: 0 additions & 13 deletions gradle-212.properties

This file was deleted.

13 changes: 0 additions & 13 deletions gradle-213.properties

This file was deleted.

13 changes: 0 additions & 13 deletions gradle-221.properties

This file was deleted.

13 changes: 0 additions & 13 deletions gradle-222.properties

This file was deleted.

15 changes: 0 additions & 15 deletions gradle-223.properties

This file was deleted.

16 changes: 0 additions & 16 deletions gradle-231.properties

This file was deleted.

16 changes: 0 additions & 16 deletions gradle-232.properties

This file was deleted.

17 changes: 17 additions & 0 deletions gradle-241.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Existent IDE versions can be found in the following repos:
# https://www.jetbrains.com/intellij-repository/releases/
# https://www.jetbrains.com/intellij-repository/snapshots/
ideaVersion=IU-2024.1

# see org.gradle.api.JavaVersion
javaCompatibility=VERSION_17

# Get the number from the IDE's download page
# For more info, see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description
sinceBuild=241.14494.158
untilBuild=241.*

# plugin versions from intellij marketplace https://plugins.jetbrains.com
goPluginVersion=241.14494.240
phpPluginVersion=241.14494.240
pythonPluginVersion=241.14494.240
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
propertiesPluginEnvironmentNameProperty=platformVersion
# Supported platforms: 203, 211, 212, 213, 223, 231, ...
platformVersion=233
platformVersion=241

kotlin.code.style=official
version=0.6.31
version=0.6.32

This file was deleted.

This file was deleted.

Loading

0 comments on commit a69d509

Please sign in to comment.