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 2a58fb1 commit 2bd1596Copy full SHA for 2bd1596
build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
21
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
22
implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.0.0")
23
- implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.2.6")
+ implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.4.2")
24
25
compileOnly(gradleApi())
26
testImplementation(gradleTestKit())
0 commit comments