Skip to content

Commit

Permalink
build.gradle.kts: use updated jabel from PKWARE
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Sep 7, 2024
1 parent 950cadd commit eb7d19e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ dependencies {
api(gradleApi())
compileOnly("org.jetbrains:annotations:24.0.1")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.9.0")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
// FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
testAnnotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
//testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")

testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit eb7d19e

Please sign in to comment.