We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1618 commit a39ec3aCopy full SHA for a39ec3a
1 file changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Build with Maven
30
if: ${{ github.ref != 'refs/heads/master' }}
31
- run: mvn clean package --file pom.xml
+ run: mvn clean package --file pom.xml -Dheadless=true
32
33
- name: Set up Maven Central Repository
34
uses: actions/setup-java@v3
0 commit comments