BlastingCrisis/.space.kts

4 lines
106 B
Kotlin

job("Build and run tests") {
// run 'gradlew build'
gradlew("amazoncorretto:17-alpine", "build")
}