Skip to content

Commit f3d067d

Browse files
committed
Add common jar publishing to release process
1 parent bee73bf commit f3d067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/publish-java-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ gpg --import --batch --yes $GPG_KEY_IMPORT_DIR/private-key
6969
echo "============================================================"
7070
echo "Deploying Java SDK with revision: $REVISION"
7171
echo "============================================================"
72-
mvn --projects .,datatypes/java,sdk/java -Drevision=$REVISION --batch-mode clean deploy
72+
mvn --projects .,datatypes/java,common,sdk/java -Drevision=$REVISION --batch-mode clean deploy

0 commit comments

Comments
 (0)