numass/.space.kts

10 lines
237 B
Plaintext
Raw Permalink Normal View History

2021-01-27 23:04:26 +03:00
/**
* 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")
}