Skip to content

Commit

Permalink
Disable gradle cache when publishing connectors (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Jul 2, 2021
1 parent 9079cbd commit 5989d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5989d19

Please sign in to comment.