Skip to content

Commit b074f6f

Browse files
Copilotclaymccoy
andcommitted
Upgrade to Gradle 9.1.0 and compatible Spring Boot plugins
Co-authored-by: claymccoy <2743+claymccoy@users.noreply.github.com>
1 parent 8813ec8 commit b074f6f

5 files changed

Lines changed: 104 additions & 101 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.0'
4-
id 'io.spring.dependency-management' version '1.1.4'
3+
id 'org.springframework.boot' version '3.4.5'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
id 'pmd'
66
id 'checkstyle'
77
}
@@ -72,5 +72,5 @@ tasks.named('test') {
7272
// Custom task for CI builds
7373
task ciBuild {
7474
dependsOn 'clean', 'test', 'pmdMain', 'checkstyleMain', 'build'
75-
description 'Complete CI build with tests, static analysis, and coverage'
75+
description = 'Complete CI build with tests, static analysis, and coverage'
7676
}

gradle/wrapper/gradle-wrapper.jar

1.95 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 93 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)