We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1936059 commit c97d7f4Copy full SHA for c97d7f4
1 file changed
.github/workflows/maven.yml
@@ -15,12 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
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
+ - uses: actions/setup-java@v1
24
- run: mvn -B package --file pom.xml
25
- run: mkdir staging && cp target/*.jar staging
26
- uses: actions/upload-artifact@v2
0 commit comments