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 234fe0e commit 816cbd5Copy full SHA for 816cbd5
.github/workflows/maven.yml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
java-version: 1.8
19
- name: Build with Maven
20
- run: mvn clean verify --file pom.xml
+ run: mvn clean verify -PdefaultBuild -P!jdk8
0 commit comments