We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4beeab commit 09772f4Copy full SHA for 09772f4
.github/workflows/maven-release.yml
@@ -25,10 +25,11 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v2
28
- - name: Set up JDK 11
+ - name: Set up JDK 17
29
uses: actions/setup-java@v1
30
with:
31
- java-version: 11
+ java-version: 17
32
+ distribution: 'temurin'
33
- shell: bash
34
env:
35
gpg_private_key: ${{ secrets.gpg_private_key }}
.github/workflows/maven.yml
@@ -30,9 +30,10 @@ jobs:
36
37
38
- name: Build with Maven
39
run: mvn clean compile test --file pom.xml
0 commit comments