Skip to content

Commit 4cfc999

Browse files
author
ntwigg
committed
Bump Java 11 -> 17.
1 parent 6c28c19 commit 4cfc999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
jre: [11]
13+
jre: [17]
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_url=github.com/diffplug/webtools
77
plugin_tags=node
88
plugin_list=node
99

10-
ver_java=11
10+
ver_java=17
1111

1212
javadoc_links=
1313

0 commit comments

Comments
 (0)