Merge pull request #128 from mipt-npm/space-automation

Add .space.kts
This commit is contained in:
Alexander Nozik 2020-09-20 16:06:38 +03:00 committed by GitHub
commit f46fa96590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.space.kts Normal file
View File

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