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 43a6f6d commit 99392edCopy full SHA for 99392ed
build.gradle
@@ -16,6 +16,11 @@ repositories {
16
//maven { url "https://repo.spring.io/snapshot" }
17
}
18
19
+ext {
20
+ springBootVersion = '2.7.8'
21
+ springCloudVersion = '2021.0.5'
22
+}
23
+
24
dependencies {
25
api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
26
api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
gradle.properties
@@ -1,4 +1,2 @@
1
-springCloudVersion=2021.0.3
2
-springBootVersion=2.7.1
3
group=com.github.ahunigel
4
version=2.3-SNAPSHOT
0 commit comments