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 de2540b commit d795113Copy full SHA for d795113
.github/workflows/maven.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 13
+ - name: Set up JDK 17
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 13
+ java-version: 17
23
java-package: jdk
24
architecture: x64
25
- name: Build with Maven
.travis.yml
@@ -1,4 +1,4 @@
1
os: linux
2
dist: bionic
3
language: java
4
-jdk: openjdk13
+jdk: openjdk17
system.properties
@@ -1 +1 @@
-java.runtime.version=13
+java.runtime.version=17
0 commit comments