Add first test #23

Merged
marregui merged 25 commits from ma/add-first-tests into master 2024-09-04 12:29:17 +00:00
Showing only changes of commit a76c20e868 - Show all commits

View File

@ -19,6 +19,8 @@ repositories {
} }
dependencies { 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' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
} }
@ -32,6 +34,10 @@ java {
} }
} }
configure([tasks.compileJava]) {
options.release = 11
}
jar { jar {
manifest { manifest {
attributes( attributes(