1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Disable gradle cache when publishing connectors (#4507)

This commit is contained in:
Sherif A. Nada
2021-07-02 13:35:40 -07:00
committed by GitHub
parent 9079cbdf78
commit 5989d19733

View File

@@ -30,7 +30,7 @@ cmd_build() {
[ -d "$path" ] || error "Path must be the root path of the integration"
local run_tests=$1; shift || run_tests=true
# TODO re-enable build cache if needed (https://github.com/airbytehq/airbyte/issues/4508)
echo "Building $path"
./gradlew --no-daemon -no-build-cache "$(_to_gradle_path "$path" clean)"
./gradlew --no-daemon -no-build-cache "$(_to_gradle_path "$path" build)"