Skip to content

Commit 2e8bbec

Browse files
committed
(to be removed) Enable debug
1 parent 97ef20d commit 2e8bbec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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 }}'

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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>

0 commit comments

Comments
 (0)