File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ dependencies {
2525 api(gradleApi())
2626 compileOnly(" org.jetbrains:annotations:24.0.1" )
2727 implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.9.0" )
28- annotationProcessor(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.0" )
29- testAnnotationProcessor(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.0" )
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" )
30+ testAnnotationProcessor(" com.pkware.jabel:jabel-javac-plugin:1.0.1-1" )
31+ // annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
32+ // testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3033
3134 testImplementation(platform(" org.junit:junit-bom:5.9.0" ))
3235 testImplementation(" org.junit.jupiter:junit-jupiter" )
You can’t perform that action at this time.
0 commit comments