diff --git a/.space.kts b/.space.kts index b978aa3..64e2650 100644 --- a/.space.kts +++ b/.space.kts @@ -1,3 +1,3 @@ job("Build and run tests") { - gradlew("amazoncorretto:11-alpine", "build") + gradlew("gradle:8.1.1-jdk11", "build") } \ No newline at end of file