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 6c28c19 commit 4cfc999Copy full SHA for 4cfc999
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- jre: [11]
+ jre: [17]
14
os: [ubuntu-latest, windows-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
gradle.properties
@@ -7,7 +7,7 @@ git_url=github.com/diffplug/webtools
7
plugin_tags=node
8
plugin_list=node
9
-ver_java=11
+ver_java=17
javadoc_links=
0 commit comments