remove due to bug
This commit is contained in:
+5
-5
@@ -1,11 +1,11 @@
|
|||||||
job("Build and run tests") {
|
job("Build and run tests") {
|
||||||
// run 'gradlew build'
|
// run 'gradlew build'
|
||||||
gradlew("azul/zulu-openjdk:17", "build", "--no-daemon") {
|
gradlew("azul/zulu-openjdk:17", "build", "--no-daemon") {
|
||||||
mountDir = "/root"
|
// mountDir = "/root"
|
||||||
cache {
|
// cache {
|
||||||
storeKey = "dot-gradle"
|
// storeKey = "dot-gradle"
|
||||||
localPath = "/root/.gradle"
|
// localPath = "/root/.gradle"
|
||||||
}
|
// }
|
||||||
|
|
||||||
fileArtifacts {
|
fileArtifacts {
|
||||||
localPath = "build/libs/*"
|
localPath = "build/libs/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user