Skip to content

Commit 9a7f82f

Browse files
Update maven.yml
1 parent bdad2e4 commit 9a7f82f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ jobs:
1616

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

0 commit comments

Comments
 (0)