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 61d8676 commit f447873Copy full SHA for f447873
.github/workflows/maven.yml
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 13s
20
- uses: actions/setup-java@v13
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
21
with:
22
- java-version: 13
+ java-version: 1.8
23
- name: Build with Maven
24
- run: ./mvnw -B package --file pom.xml
+ run: ./mvnw -B -DskipTests clean dependency:list install --file pom.xml
0 commit comments