We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f896070 commit 6aa6d44Copy full SHA for 6aa6d44
.github/scripts/deploy.sh
@@ -17,6 +17,7 @@ set -x
17
./mvnw --batch-mode --file core-io-deps/pom.xml clean install
18
19
# Improper shading should have been caught during PR verification, but let's double check.
20
+./mvnw --batch-mode --file test-utils/pom.xml clean install
21
./mvnw --batch-mode --file core-io/pom.xml install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
22
cd core-io ; ./shade-check.sh ; cd ..
23
./mvnw --batch-mode --file java-client/pom.xml install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
0 commit comments