Skip to content

Commit be8df09

Browse files
committed
remove stylecheck
1 parent 1922bd2 commit be8df09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id "com.github.nbaztec.coveralls-jacoco" version "1.2.14"
3-
id "checkstyle"
43
id "jacoco"
54
id "java"
65
id "maven-publish"
@@ -69,8 +68,6 @@ dependencies {
6968
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
7069
testImplementation "com.github.tomakehurst:wiremock:2.27.2"
7170
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"
7471
}
7572

7673
compileJava {

0 commit comments

Comments
 (0)