Skip to content

Commit f190728

Browse files
authored
switch batch mode to maven args (will be supported soon)
1 parent 26fe143 commit f190728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildMain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: run buildRun.sh ${{ github.event.inputs.logLevel }}
6262
env:
6363
# 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"
64+
MAVEN_ARGS: "-Djansi.force=true -Djansi.passthrough=true -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
6565
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
6666

6767
- name: Multiple Repositories Dispatcher

0 commit comments

Comments
 (0)