Skip to content

Commit

Permalink
chore: drop checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 16, 2023
1 parent ab51937 commit ab060d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import org.gradle.crypto.checksum.Checksum
plugins {
java
signing
checkstyle
distribution
id("org.gradle.crypto.checksum") version "1.4.0"
id("com.diffplug.spotless") version "6.12.0"
Expand Down Expand Up @@ -42,11 +41,6 @@ java {
}
}

checkstyle {
isIgnoreFailures = true
toolVersion = "7.1"
}

distributions {
main {
contents {
Expand Down

0 comments on commit ab060d0

Please sign in to comment.