We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdad2e4 commit 9a7f82fCopy full SHA for 9a7f82f
1 file changed
.github/workflows/maven.yml
@@ -16,8 +16,13 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - uses: actions/setup-java@v1
+ - name: Set up JDK 14
20
+ uses: actions/setup-java@v1
21
+ with:
22
+ java-version: 14
23
+ - name: Build with maven
24
- run: mvn -B package --file pom.xml
25
+ - name: Uploading jar
26
- run: mkdir staging && cp target/*.jar staging
27
- uses: actions/upload-artifact@v2
28
with:
0 commit comments