Skip to content

Commit dca12da

Browse files
authored
go to java 17 (#468)
1 parent 76c3e5d commit dca12da

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
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 11
14+
- name: Set up JDK 17
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: 'temurin'
18-
java-version: '11'
18+
java-version: '17'
1919
- name: Build with Maven
2020
run: mvn -B package

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
</execution>
299299
</executions>
300300
<configuration>
301-
<release>11</release>
301+
<release>17</release>
302302
<encoding>utf-8</encoding>
303303
</configuration>
304304
</plugin>

0 commit comments

Comments
 (0)