Polish
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user