This commit is contained in:
Alexander Nozik 2021-09-28 12:27:58 +00:00 committed by Space
parent dee2cf848c
commit 9eb5def13c

4
.space.kts Normal file
View File

@ -0,0 +1,4 @@
job("Build") {
gradlew("openjdk:11", "build")
}