We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989acc2 commit 64dfa0eCopy full SHA for 64dfa0e
.github/actions/mpl-head/action.yml
@@ -33,5 +33,5 @@ runs:
33
- name: Update top-level project.properties file
34
shell: bash
35
run: |
36
- echo ${{ steps.read_property.outputs.mplVersion }}
+ sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{steps.read_property.outputs.mplVersion}}/g" project.properties > project.properties2; mv project.properties2 project.properties
37
cat project.properties
0 commit comments