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 bee73bf commit f3d067dCopy full SHA for f3d067d
infra/scripts/publish-java-sdk.sh
@@ -69,4 +69,4 @@ gpg --import --batch --yes $GPG_KEY_IMPORT_DIR/private-key
69
echo "============================================================"
70
echo "Deploying Java SDK with revision: $REVISION"
71
72
-mvn --projects .,datatypes/java,sdk/java -Drevision=$REVISION --batch-mode clean deploy
+mvn --projects .,datatypes/java,common,sdk/java -Drevision=$REVISION --batch-mode clean deploy
0 commit comments