We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f9cd7 commit 2e437fdCopy full SHA for 2e437fd
.github/actions/maven/action.yml
@@ -22,7 +22,7 @@ runs:
22
23
if [ -n "${{ inputs.JVMOPT_NATIVE_ACCESS }}" ]; then
24
echo "Allow native access to modules/classes: ${{ inputs.JVMOPT_NATIVE_ACCESS }}"
25
- export MAVEN_OPTS="$MAVEN_OPTS --enable-native-access=${{ inputs.JVMOPT_NATIVE_ACCESS }}"
+ export MAVEN_OPTS="--enable-native-access=${{ inputs.JVMOPT_NATIVE_ACCESS }} ${MAVEN_OPTS:-}"
26
fi
27
28
mvn -B -e -fae --show-version \
0 commit comments