File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1616# under the License.
1717wrapperVersion =3.3.2
1818distributionType =only-script
19- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3+ id ' checkstyle'
34 id ' org.springframework.boot' version ' 3.5.0'
45 id ' io.spring.dependency-management' version ' 1.1.7'
56 id ' org.graalvm.buildtools.native' version ' 0.10.6'
@@ -8,17 +9,15 @@ plugins {
89 id " io.spring.nohttp" version " 0.0.11"
910}
1011
11- apply plugin : ' java'
12- apply plugin : ' checkstyle'
13- apply plugin : ' io.spring.javaformat'
14-
1512gradle. startParameter. excludedTaskNames + = [ " checkFormatAot" , " checkFormatAotTest" ]
1613
1714group = ' org.springframework.samples'
1815version = ' 3.5.0'
1916
2017java {
21- sourceCompatibility = JavaVersion . VERSION_17
18+ toolchain {
19+ languageVersion = JavaLanguageVersion . of(17 )
20+ }
2221}
2322
2423repositories {
@@ -85,3 +84,8 @@ checkFormatAotTest.enabled = false
8584
8685formatAot. enabled = false
8786formatAotTest. enabled = false
87+
88+ wrapper {
89+ gradleVersion = " 8.14.3"
90+ distributionType = Wrapper.DistributionType . ALL
91+ }
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+ distributionSha256Sum =ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
45networkTimeout =10000
56validateDistributionUrl =true
67zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments