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 48980ee commit 54d7624Copy full SHA for 54d7624
1 file changed
.github/workflows/package.yml
@@ -19,16 +19,16 @@ jobs:
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Set up JDK 1.8
23
- uses: actions/setup-java@v1
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
24
with:
25
- java-version: '8.0.181'
+ java-version: '17'
26
java-package: jdk
27
architecture: x64
28
- name: Set up Maven
29
uses: stCarolas/setup-maven@v3
30
31
- maven-version: 3.6.1
+ maven-version: '3.8.8'
32
- name: Change Maven Settings
33
uses: whelk-io/maven-settings-xml-action@v12
34
0 commit comments