File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - name : Checkout
2424 uses : actions/checkout@v3
2525
26- - name : Set up JDK 17
26+ - name : Set up JDK 21
2727 uses : actions/setup-java@v3
2828 with :
29- java-version : ' 17 '
29+ java-version : ' 21 '
3030 distribution : ' temurin'
3131
3232 - name : Build 2023.1
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - name : Checkout
3434 uses : actions/checkout@v3
3535
36- - name : Set up JDK 17
36+ - name : Set up JDK 21
3737 uses : actions/setup-java@v3
3838 with :
39- java-version : ' 17 '
39+ java-version : ' 21 '
4040 distribution : ' temurin'
4141
4242 - name : Publish 2023.1
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ data class BuildData(
4343
4444val buildDataList = listOf (
4545 BuildData (
46- ideaSDKShortVersion = " 2025.2 " ,
47- ideaSDKVersion = " 252.23892.409 " ,
48- sinceBuild = " 252 " ,
49- untilBuild = " 252 .*" ,
46+ ideaSDKShortVersion = " 2025.3 " ,
47+ ideaSDKVersion = " 253.28086.51 " ,
48+ sinceBuild = " 253 " ,
49+ untilBuild = " 253 .*" ,
5050 bunch = " 212" ,
51- targetCompatibilityLevel = JavaVersion .VERSION_17 ,
52- jvmTarget = " 17 "
51+ targetCompatibilityLevel = JavaVersion .VERSION_21 ,
52+ jvmTarget = " 21 "
5353 )
5454)
5555
@@ -164,7 +164,7 @@ project(":") {
164164 implementation(" org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" )
165165 implementation(" com.jgoodies:forms:1.2.1" )
166166 intellijPlatform {
167- intellijIdeaCommunity (buildVersionData.ideaSDKShortVersion )
167+ intellijIdeaUltimate (buildVersionData.ideaSDKVersion )
168168 bundledModule(" intellij.spellchecker" )
169169 }
170170 }
Original file line number Diff line number Diff line change 1616
1717distributionBase =GRADLE_USER_HOME
1818distributionPath =wrapper/dists
19- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
19+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
2020zipStoreBase =GRADLE_USER_HOME
2121zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments