We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb674ae commit debabc7Copy full SHA for debabc7
build.gradle.kts
@@ -1,6 +1,7 @@
1
plugins {
2
id("org.springframework.boot") version "2.7.17"
3
id("io.spring.dependency-management") version "1.1.3"
4
+ id("com.github.ben-manes.versions") version "0.51.0"
5
id("java")
6
}
7
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments