Skip to content

Commit 4ba5139

Browse files
committed
m
1 parent a9627c0 commit 4ba5139

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_test_latest_released_mpl_java.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
# This makes sure that we are using the correct MPL version to test the DB-ESDK.
8787
# If this contains a SNAPSHOT version, this will fail because'
8888
# we are NOT building the MPL recursively but pulling from Maven.
89-
- name: Update project.properties if using MPL HEAD
89+
- name: Update project.properties to use the correct MPL version (from project.properties in DB-ESDK)
90+
working-directory: ./submodules/MaterialProviders/
9091
run: |
91-
sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{needs.getMplDependencyJavaVersion.outputs.version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
92+
sed "s/mplVersion=.*/mplVersion=${{needs.getMplDependencyJavaVersion.outputs.version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
9293
9394
# The following three steps: "Transpile MPL Test Vectors without recursively building the MPL",
9495
# "Run Test Vectors", and "Test Examples" mimic the tests in ./codebuild/staging/validate-staging.yml

0 commit comments

Comments
 (0)