This commit is contained in:
Stéphane Nicoll
2025-06-05 15:35:28 +02:00
parent 12ad317f2b
commit 0819fdf9f3

View File

@@ -14,6 +14,9 @@ dependencies {
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
implementation("com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion")
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:${assertJVersion}")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
@@ -28,11 +31,6 @@ gradlePlugin {
}
}
dependencies {
implementation("com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion")
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion")
}
tasks.named('test') {
useJUnitPlatform()
}