| compileJava.options.encoding = 'UTF-8' | |
| compileTestJava.options.encoding = 'UTF-8' | |
| dependencies { | |
| testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' | |
| testRuntimeOnly 'org.junit.platform:junit-platform-launcher' | |
| } | |
| test { | |
| useJUnitPlatform() | |
| // surface assertion errors from assert statements | |
| jvmArgs '-ea' | |
| } |