Skip to content

Commit

Permalink
chore(deps): Remove Checkstyle workaround (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jun 13, 2024
1 parent e2278f6 commit bc956d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.2.0
22.3.0
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencyLocking {
}

checkstyle {
setToolVersion(libs.versions.checkstyle.get())
setMaxWarnings(0)
setToolVersion(libs.versions.checkstyle.get())
}

sonarLint {
Expand All @@ -65,13 +65,6 @@ strictNullCheck {
packageInfo.useEclipse()
}

// Workaround for: https:/checkstyle/checkstyle/issues/14211
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
}
}

repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "JoseLion <[email protected]>",
"license": "MIT",
"engines": {
"node": "22.2.0"
"node": "22.3.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit bc956d2

Please sign in to comment.