Skip to content

Commit

Permalink
Do not upgrade Checkstyle until 14123 is properly fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Feb 14, 2024
1 parent 1a572e8 commit b1123d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ dependencies {
implementation(libs.jsr305)

spotbugsPlugins(libs.spotbugsContrib)

modules {
module("com.google.collections:google-collections") {
replacedBy("com.google.guava:guava", "google-collections is now part of Guava")
}
}
}

checkstyle {
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
java = "17"
checkstyle = "10.13.0"
# Do not upgrade Checkstyle until https://github.com/checkstyle/checkstyle/issues/14123 is properly fixed
checkstyle = "10.12.5"
spotbugs = "4.8.3"

[plugins]
Expand Down

0 comments on commit b1123d8

Please sign in to comment.