BlastingCrisis/.space.kts

4 lines
102 B
Kotlin

job("Build and run tests") {
// run 'gradlew build'
gradlew("azul/zulu-openjdk:17", "build")
}