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 a7d1d86 commit 471cdf1Copy full SHA for 471cdf1
build.gradle.kts
@@ -94,7 +94,7 @@ dependencies {
94
95
val checkStyleBaseVersion = (project.extra["supportedCsVersions"] as CheckstyleVersions).baseVersion
96
csaccessCompileOnly("com.puppycrawl.tools:checkstyle:${checkStyleBaseVersion}") {
97
- exclude(group = "commons-logging", module = "commons-logging")
+ exclude("commons-logging:commons-logging")
98
}
99
100
testImplementation("junit:junit:4.13.2")
0 commit comments