Skip to content

Commit 3456ee9

Browse files
authored
fix(ci): update java-showcase path in excluded_modules (#12984)
Updated the path for java-showcase in the excluded_modules list in .kokoro/common.sh to reflect that it has been moved to the top level of the repository. This error was observed in the [nightly CI](https://fusion2.corp.google.com/invocations/ece587ad-8a3c-4849-b2c2-5c4c358be12e/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative-a%2Fgraalvm-native-8;config=default/log).
1 parent 99b1894 commit 3456ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ excluded_modules=(
2727
'sdk-platform-java'
2828
'sdk-platform-java/java-shared-dependencies/dependency-analyzer'
2929
'sdk-platform-java/java-shared-dependencies/dependency-convergence-check'
30-
'sdk-platform-java/java-showcase'
30+
'java-showcase'
3131
'sdk-platform-java/java-showcase-3.21.0'
3232
'sdk-platform-java/java-showcase-3.25.8'
3333
'java-spanner'

0 commit comments

Comments
 (0)