File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/main/java/org/hyperskill/plugin/versions Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The plugin contains the following versions structure:
3232``` gradle
3333hs {
3434 java {
35- version = "24 "
35+ version = "17 "
3636 }
3737
3838 kotlin {
4141 }
4242
4343 gradle {
44- version = "8.14 "
44+ version = "8.5 "
4545 }
4646
4747 spring {
@@ -89,5 +89,5 @@ hs.android.minSdkVersion
8989To override version you can assign needed version to the variables before using them:
9090
9191```
92- hs.java.version = "24 "
92+ hs.java.version = "17 "
9393```
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ gradlePlugin {
1414}
1515
1616group ' org.hyperskill'
17- version ' 2.0.0 '
17+ version ' 1.8.3 '
1818
1919java {
20- sourceCompatibility = JavaVersion . VERSION_24
21- targetCompatibility = JavaVersion . VERSION_24
20+ sourceCompatibility = JavaVersion . VERSION_17
21+ targetCompatibility = JavaVersion . VERSION_17
2222}
2323
2424publishing {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 22
33public class Gradle {
44
5- public String version = "8.14 " ;
5+ public String version = "8.5 " ;
66
77 public Gradle () {}
88
Original file line number Diff line number Diff line change 22
33public class Java {
44
5- public String version = "24 " ;
5+ public String version = "17 " ;
66
77 public Java () {}
88
You can’t perform that action at this time.
0 commit comments