Update space.kts JVM version

This commit is contained in:
Alexander Nozik 2023-05-03 08:16:46 +00:00 committed by Space Cloud
parent 8cd191bb0d
commit 96305b1be6
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749

View File

@ -1,3 +1,3 @@
job("Build and run tests") {
gradlew("amazoncorretto:17-alpine", "build")
gradlew("amazoncorretto:11-alpine", "build")
}