File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
gradle/plugins/conventions-plugin Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ dependencies {
1414 checkstyle(" com.puppycrawl.tools:checkstyle:${ checkstyle.toolVersion} " )
1515 checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} " )
1616
17+ implementation(" com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion " )
18+ implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion " )
19+
1720 testImplementation(" org.junit.jupiter:junit-jupiter" )
1821 testImplementation(" org.assertj:assertj-core:${ assertJVersion} " )
1922 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
@@ -28,11 +31,6 @@ gradlePlugin {
2831 }
2932}
3033
31- dependencies {
32- implementation(" com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion " )
33- implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion " )
34- }
35-
3634tasks. named(' test' ) {
3735 useJUnitPlatform()
3836}
You can’t perform that action at this time.
0 commit comments