We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef20d commit 2e8bbecCopy full SHA for 2e8bbec
.github/workflows/maven.yml
@@ -68,7 +68,7 @@ jobs:
68
GTK_XCFLAGS: '-Wno-deprecated-declarations'
69
run: >-
70
${{ contains(matrix.config.native, 'linux') && 'xvfb-run' || '' }}
71
- mvn --batch-mode -V -U -e
+ mvn --batch-mode -V -U -e -X -Ddebug=true
72
--threads 1C
73
-DforkCount=1
74
'-Dnative=${{ matrix.config.native }}'
pom.xml
@@ -73,6 +73,7 @@
<dependency-resolution>
<profileProperties>
75
<org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
76
+ <debug>true</debug>
77
</profileProperties>
78
</dependency-resolution>
79
</configuration>
0 commit comments