Skip to content

Commit 2bb58ad

Browse files
committed
fix(migration): declare shared dependencies submodules directly in conformance build reactor
1 parent b28142b commit 2bb58ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monorepo-migration/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if [ -f "$SOURCE_REPO_NAME/.kokoro/conformance.sh" ]; then
256256
cp "$SOURCE_REPO_NAME/.kokoro/conformance.sh" ".kokoro/${SOURCE_REPO_NAME#java-}-conformance.sh"
257257

258258
echo "Adapting conformance script paths and build scopes for monorepo root..."
259-
PL_MODULES="${SOURCE_REPO_NAME},sdk-platform-java/java-shared-dependencies"
259+
PL_MODULES="${SOURCE_REPO_NAME},sdk-platform-java"
260260
# Also include any child BOM modules to ensure snapshots install to local .m2 cache for test utilities
261261
for bom_dir in "${SOURCE_REPO_NAME}"/*-bom; do
262262
if [ -d "$bom_dir" ]; then

0 commit comments

Comments
 (0)