Skip to content

Commit c97d7f4

Browse files
Update maven.yml
1 parent 1936059 commit c97d7f4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 14
20-
uses: actions/setup-java@v1
21-
with:
22-
java-version: 14
23-
- name: Build with maven
18+
- uses: actions/setup-java@v1
2419
- run: mvn -B package --file pom.xml
2520
- run: mkdir staging && cp target/*.jar staging
2621
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)