remove due to bug
This commit is contained in:
parent
29e9b188b1
commit
b462eaa518
10
.space.kts
10
.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/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue