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 4b676ca commit 53b03e8Copy full SHA for 53b03e8
.github/workflows/maven.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 16
+ - name: Set up JDK 17
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '16'
+ java-version: '17'
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn -B package --file pom.xml
system.properties
@@ -1 +1 @@
1
-java.runtime.version=16
+java.runtime.version=17
0 commit comments