File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ plugins {
3333rootProject.version = JPX .VERSION
3434
3535tasks.named<Wrapper >(" wrapper" ) {
36- version = " 8.11 "
36+ version = " 9.0.0 "
3737 distributionType = Wrapper .DistributionType .ALL
3838}
3939
Original file line number Diff line number Diff line change @@ -35,14 +35,3 @@ repositories {
3535 mavenLocal()
3636 gradlePluginPortal()
3737}
38-
39- tasks.withType<KotlinCompile > {
40- compilerOptions {
41- jvmTarget.set(JvmTarget .JVM_17 )
42- }
43- }
44-
45- configure<JavaPluginExtension > {
46- sourceCompatibility = JavaVersion .VERSION_17
47- targetCompatibility = JavaVersion .VERSION_17
48- }
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.11 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments