Skip to content

Commit 0819fdf

Browse files
committed
Polish
1 parent 12ad317 commit 0819fdf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gradle/plugins/conventions-plugin/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
3634
tasks.named('test') {
3735
useJUnitPlatform()
3836
}

0 commit comments

Comments
 (0)