Centralize configuration of springCloudVersion
This commit is contained in:
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -9,10 +9,6 @@ repositories {
|
||||
maven { url "https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates" }
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -6,7 +6,6 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
set("springPulsarVersion", "0.2.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -5,10 +5,6 @@ plugins {
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"))
|
||||
|
||||
@@ -8,3 +8,4 @@ kotlinVersion=1.7.22
|
||||
javaFormatVersion=0.0.38
|
||||
nbtVersion=0.9.23
|
||||
springBootVersion=3.0.12-SNAPSHOT
|
||||
springCloudVersion=2022.0.2-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user