Skip to content

Commit 6aa6d44

Browse files
committed
JVMCBC-1650 (followup) Backport Maven Central Portal publishing changes
need to build test-utils before core-io Change-Id: I9810f1e8dfda25d2eb33057e4825591cd8147d3b Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/228484 Reviewed-by: David Nault <[email protected]> Tested-by: David Nault <[email protected]>
1 parent f896070 commit 6aa6d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ set -x
1717
./mvnw --batch-mode --file core-io-deps/pom.xml clean install
1818

1919
# 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
2021
./mvnw --batch-mode --file core-io/pom.xml install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
2122
cd core-io ; ./shade-check.sh ; cd ..
2223
./mvnw --batch-mode --file java-client/pom.xml install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

0 commit comments

Comments
 (0)