Skip to content

Commit

Permalink
Use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 27, 2023
1 parent 92e3b20 commit 56d5e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
mavenCentral()
}

extra["springCloudVersion"] = "2023.0.0-RC1"
val springCloudVersion = "2023.0.0-RC1"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom("org.springframework.cloud:spring-cloud-dependencies:${property("springCloudVersion")}")
mavenBom("org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion")
}
}

Expand Down

0 comments on commit 56d5e41

Please sign in to comment.