Skip to content

Commit 733fbfc

Browse files
author
ntwigg
committed
Bump jre 17 -> 21
1 parent 040ff20 commit 733fbfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [17]
13+
jre: [21]
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 jte
99

10-
ver_java=17
10+
ver_java=21
1111

1212
javadoc_links=
1313

0 commit comments

Comments
 (0)