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 5ec9781 commit 397de7bCopy full SHA for 397de7b
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- java-version: [ 8, 11, 15 ]
+ java-version: [ 8, 11, 16 ]
12
13
steps:
14
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/setup-java@v2
28
with:
29
distribution: 'adopt'
30
- java-version: 15
+ java-version: 16
31
- run: mvn -B verify --no-transfer-progress
32
33
- uses: codecov/codecov-action@v1
system.properties
@@ -0,0 +1 @@
1
+java.runtime.version=16
0 commit comments