From b462eaa518bf2dfe4b43619da1315f63bd558cd5 Mon Sep 17 00:00:00 2001 From: TONY_All Date: Mon, 19 Jun 2023 02:19:36 +0800 Subject: [PATCH] remove due to bug --- .space.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/*"