We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd3176 + 662ee4e commit 46fb948Copy full SHA for 46fb948
1 file changed
tests/java/iceberg-rest-catalog/BUILD
@@ -14,11 +14,10 @@ genrule(
14
OUT_PATH=$$(realpath $(OUTS))
15
SRC_DIR=$$(dirname $(location gradlew))
16
cd $$SRC_DIR
17
- chmod +x ./gradlew
+ export GRADLE_USER_HOME="$$(pwd)/.gradle-home"
18
./gradlew --no-daemon shadowJar
19
cp build/libs/iceberg-rest-catalog-all.jar $$OUT_PATH
20
""",
21
- local = True,
22
tags = ["requires-network"],
23
visibility = ["//visibility:public"],
24
)
0 commit comments