Skip to content

Commit 9f88c75

Browse files
committed
Remove unused variables
1 parent 7dada4b commit 9f88c75

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

problem4j-spring-bom/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ plugins {
55
id("com.gradleup.nmcp")
66
}
77

8-
val problem4jCoreVersion: String by project
9-
val problem4jJacksonVersion: String by project
10-
118
dependencies {
129
constraints {
1310
api(libs.problem4j.core)

problem4j-spring-web/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ java {
1111
withJavadocJar()
1212
}
1313

14-
val jetbrainsAnnotationsVersion: String by project
15-
val problem4jCoreVersion: String by project
16-
val problem4jJacksonVersion: String by project
17-
val springBootVersion: String by project
18-
1914
dependencies {
2015
// Main
2116
api(libs.problem4j.core)

problem4j-spring-webflux/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ java {
1111
withJavadocJar()
1212
}
1313

14-
val springBootVersion: String by project
15-
1614
dependencies {
1715
// Main
1816
api(project(":problem4j-spring-web"))

problem4j-spring-webmvc/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ java {
1111
withJavadocJar()
1212
}
1313

14-
val springBootVersion: String by project
15-
1614
dependencies {
1715
// Main
1816
api(project(":problem4j-spring-web"))

0 commit comments

Comments
 (0)