numass/.space.kts
2021-01-27 20:04:26 +00:00

10 lines
237 B
Kotlin

/**
* JetBrains Space Automation
* This Kotlin-script file lets you automate build activities
* For more info, see https://www.jetbrains.com/help/space/automation.html
*/
job("Build and run tests") {
gradlew("openjdk:11", "build")
}