We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfee983 + 237e2b7 commit 54b9fd2Copy full SHA for 54b9fd2
.github/workflows/maven.yaml
@@ -44,7 +44,7 @@ jobs:
44
key: ${{ matrix.os }}-m2-${{ hashFiles('**/pom.xml') }}
45
restore-keys: ${{ matrix.os }}-m2
46
- name: Build with Maven
47
- run: mvn -B -V -e "-Dstyle.color=always" verify
+ run: mvn -B -V -e "-Dstyle.color=always" verify -D"license.skip=true"
48
env:
49
MAVEN_OPTS: -Djansi.force=true
50
0 commit comments