Setup space CI

This commit is contained in:
Alexander Nozik 2021-01-27 20:04:26 +00:00 committed by Space
parent 7658f65bd3
commit 921f5c9b0a

9
.space.kts Normal file
View File

@ -0,0 +1,9 @@
/**
* 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")
}