Skip to content

Commit 29c1aa1

Browse files
committed
Update to build with JDK 16 and upgrade plugins
1 parent 8548dc7 commit 29c1aa1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Java ${{ matrix.java }} ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
java: [8, 11, 15]
15+
java: [8, 11, 16]
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717

1818
steps:

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ plugins {
2121
id "signing"
2222
id "checkstyle"
2323
id "jacoco"
24-
id "com.github.spotbugs" version "4.6.1"
25-
id "io.codearte.nexus-staging" version "0.21.0"
26-
id "me.champeau.jmh" version "0.6.4"
24+
id "com.github.spotbugs" version "4.7.1"
25+
id "io.codearte.nexus-staging" version "0.30.0"
26+
id "me.champeau.jmh" version "0.6.5"
2727
}
2828

2929
ext {

0 commit comments

Comments
 (0)