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 32b260c commit 2f18063Copy full SHA for 2f18063
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id 'org.jetbrains.dokka' version "$kotlinVersion"
23
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
24
id 'org.asciidoctor.jvm.convert' version '3.3.2'
25
- id 'com.github.spotbugs' version '6.0.9'
+ id 'com.github.spotbugs' version '6.0.12'
26
}
27
28
if (isCI) {
0 commit comments