BlastingCrisis/.space.kts

11 lines
297 B
Kotlin

job("Build and run tests") {
// run 'gradlew build'
gradlew("azul/zulu-openjdk:17", "build") {
fileArtifacts {
localPath = "build"
archive = true
remotePath = "{{ run:number }}/build.zip"
onStatus = OnStatus.SUCCESS
}
}
}