Skip to content

Commit c0d16c7

Browse files
committed
chore: compile only java-shared-config during downstream CI checks
1 parent dc557b3 commit c0d16c7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.kokoro/client-library-check-doclet.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
7676
cd ${scriptDir}/..
7777

7878
# Make artifacts available for 'mvn validate' at the bottom
79+
pushd java-shared-config
7980
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V -q --no-transfer-progress
81+
popd
8082

8183
# Get version of doclet used to generate Cloud RAD for javadoc testing with the doclet below
8284
rm -rf java-docfx-doclet

.kokoro/client-library-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
8686
cd ${scriptDir}/..
8787

8888
# Make artifacts available for 'mvn validate' at the bottom
89+
pushd java-shared-config
8990
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V -q
91+
popd
9092

9193
# Read the current version of this BOM in the POM. Example version: '0.116.1-alpha-SNAPSHOT'
9294
VERSION_POM=java-shared-config/pom.xml

0 commit comments

Comments
 (0)