File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6868 GTK_XCFLAGS : ' -Wno-deprecated-declarations'
6969 run : >-
7070 ${{ contains(matrix.config.native, 'linux') && 'xvfb-run' || '' }}
71- mvn --batch-mode -V -U -e
71+ mvn --batch-mode -V -U -e -X -Ddebug=true
7272 --threads 1C
7373 -DforkCount=1
7474 '-Dnative=${{ matrix.config.native }}'
Original file line number Diff line number Diff line change @@ -343,7 +343,8 @@ pipeline {
343343 -Pbree-libs -Papi-check -Pjavadoc \
344344 -Dcompare-version-with-baselines.skip=false \
345345 -Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true \
346- -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true
346+ -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true \
347+ -X -Ddebug=true
347348 '''
348349 }
349350 }
Original file line number Diff line number Diff line change 7373 <dependency-resolution >
7474 <profileProperties >
7575 <org .eclipse.swt.buildtime>true</org .eclipse.swt.buildtime>
76+ <debug >true</debug >
7677 </profileProperties >
7778 </dependency-resolution >
7879 </configuration >
You can’t perform that action at this time.
0 commit comments