fix: revert removal of Jabel (for support of Java 11)

This commit is contained in:
2024-09-04 14:30:46 +03:00
parent 7ec0917e95
commit a76c20e868

View File

@@ -19,6 +19,8 @@ repositories {
}
dependencies {
annotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.4.2'
compileOnly 'com.github.bsideup.jabel:jabel-javac-plugin:0.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
@@ -32,6 +34,10 @@ java {
}
}
configure([tasks.compileJava]) {
options.release = 11
}
jar {
manifest {
attributes(