Skip to content

Commit a39ec3a

Browse files
authored
running build script in headless mode
1 parent 74a1618 commit a39ec3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build with Maven
3030
if: ${{ github.ref != 'refs/heads/master' }}
31-
run: mvn clean package --file pom.xml
31+
run: mvn clean package --file pom.xml -Dheadless=true
3232

3333
- name: Set up Maven Central Repository
3434
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)