diff --git a/.space.kts b/.space.kts index 7c2d0aa..1862183 100644 --- a/.space.kts +++ b/.space.kts @@ -1,11 +1,11 @@ job("Build and run tests") { // run 'gradlew build' gradlew("azul/zulu-openjdk:17", "build", "--no-daemon") { - mountDir = "/root" - cache { - storeKey = "dot-gradle" - localPath = "/root/.gradle" - } +// mountDir = "/root" +// cache { +// storeKey = "dot-gradle" +// localPath = "/root/.gradle" +// } fileArtifacts { localPath = "build/libs/*"