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 de8bf0c commit 20927e8Copy full SHA for 20927e8
build.gradle.kts
@@ -23,7 +23,7 @@ repositories {
23
24
dependencies {
25
api(gradleApi())
26
- compileOnly("org.jetbrains:annotations:24.1.0")
+ compileOnly("org.jetbrains:annotations:26.0.1")
27
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
28
// FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
29
annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
0 commit comments