File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff 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-
118dependencies {
129 constraints {
1310 api(libs.problem4j.core)
Original file line number Diff line number Diff 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-
1914dependencies {
2015 // Main
2116 api(libs.problem4j.core)
Original file line number Diff line number Diff line change 1111 withJavadocJar()
1212}
1313
14- val springBootVersion: String by project
15-
1614dependencies {
1715 // Main
1816 api(project(" :problem4j-spring-web" ))
Original file line number Diff line number Diff line change 1111 withJavadocJar()
1212}
1313
14- val springBootVersion: String by project
15-
1614dependencies {
1715 // Main
1816 api(project(" :problem4j-spring-web" ))
You can’t perform that action at this time.
0 commit comments