Skip to content

Commit eb7d19e

Browse files
committed
build.gradle.kts: use updated jabel from PKWARE
bsideup/jabel#182 (comment)
1 parent 950cadd commit eb7d19e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)