File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ apply plugin: 'io.spring.dependency-management'
77
88group = ' com.example'
99version = ' 0.0.1-SNAPSHOT'
10- sourceCompatibility = ' 17'
10+
11+ java {
12+ sourceCompatibility = ' 17'
13+ }
1114
1215repositories {
1316 mavenCentral()
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.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ apply plugin: 'io.spring.dependency-management'
77
88group = ' com.example'
99version = ' 0.0.1-SNAPSHOT'
10- sourceCompatibility = ' 17'
10+
11+ java {
12+ sourceCompatibility = ' 17'
13+ }
1114
1215repositories {
1316 mavenCentral()
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.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments