File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ buildscript {
66 }
77 dependencies {
88 classpath " io.github.gradle-nexus:publish-plugin:$gradleNexusPublishPluginVersion "
9- classpath " com.netflix.nebula:gradle-extra-configurations-plugin:$gradleExtraConfigurationsPluginVersion "
109 classpath " io.sdkman:gradle-sdkvendor-plugin:$gradleSdkVendorVersion "
1110 classpath " org.gradle:test-retry-gradle-plugin:$gradleTestRetryPlugin "
1211 classpath " org.codenarc:CodeNarc:$codenarcVersion "
@@ -185,7 +184,6 @@ subprojects { project ->
185184 apply plugin : ' codenarc'
186185 apply plugin : ' jacoco'
187186 apply plugin : ' project-report'
188- apply plugin : ' com.netflix.nebula.optional-base'
189187 apply plugin : " org.gradle.test-retry"
190188
191189 java {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 api libs. groovy. swing
1212 api libs. spring. boot
1313 testImplementation libs. spring. test
14- api libs. spring. web, optional
14+ api libs. spring. web
1515 implementation libs. jansi
1616 implementation libs. jline
1717}
Original file line number Diff line number Diff line change 11projectVersion =2023.2.0-SNAPSHOT
2- gradleExtraConfigurationsPluginVersion =9.0.0
32gradleNexusPublishPluginVersion =2.0.0
43gradleSdkVendorVersion =3.0.0
54gradleTestRetryPlugin =1.5.2
You can’t perform that action at this time.
0 commit comments