We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed73d0 commit 251a071Copy full SHA for 251a071
1 file changed
.github/workflows/build.yml
@@ -7,10 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
11
- - name: Set up JDK 1.8
12
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v4
+ - name: Set up JDK
+ uses: actions/setup-java@v4
13
with:
14
- java-version: 1.8
+ distribution: corretto
15
+ java-version: 17
16
- name: Build with Maven
17
run: mvn --batch-mode clean package
0 commit comments