Skip to content

Commit 53b03e8

Browse files
committed
Up to java lts
1 parent 4b676ca commit 53b03e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 16
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '16'
22+
java-version: '17'
2323
distribution: 'adopt'
2424
- name: Build with Maven
2525
run: mvn -B package --file pom.xml

system.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java.runtime.version=16
1+
java.runtime.version=17

0 commit comments

Comments
 (0)