Skip to content

Commit 2bcfda7

Browse files
Update maven.yml
1 parent c97d7f4 commit 2bcfda7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/setup-java@v1
19+
with:
20+
java-version: 14
1921
- run: mvn -B package --file pom.xml
2022
- run: mkdir staging && cp target/*.jar staging
2123
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)