We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922bd2 commit be8df09Copy full SHA for be8df09
build.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id "com.github.nbaztec.coveralls-jacoco" version "1.2.14"
3
- id "checkstyle"
4
id "jacoco"
5
id "java"
6
id "maven-publish"
@@ -69,8 +68,6 @@ dependencies {
69
68
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
70
testImplementation "com.github.tomakehurst:wiremock:2.27.2"
71
exampleImplementation "com.eclipsesource.minimal-json:minimal-json:0.9.5"
72
- // this is last version working under java 8
73
- checkstyle "com.puppycrawl.tools:checkstyle:9.3"
74
}
75
76
compileJava {
0 commit comments