We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fe143 commit f190728Copy full SHA for f190728
.github/workflows/buildMain.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: run buildRun.sh ${{ github.event.inputs.logLevel }}
62
env:
63
# remove maven download logs as it might cause random build failures: https://stackoverflow.com/a/66801171
64
- MAVEN_OPTS: "-Djansi.force=true -Djansi.passthrough=true -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
+ MAVEN_ARGS: "-Djansi.force=true -Djansi.passthrough=true -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
65
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
66
67
- name: Multiple Repositories Dispatcher
0 commit comments