We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8548dc7 commit 29c1aa1Copy full SHA for 29c1aa1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Java ${{ matrix.java }} ${{ matrix.os }}
13
strategy:
14
matrix:
15
- java: [8, 11, 15]
+ java: [8, 11, 16]
16
os: [macos-latest, ubuntu-latest, windows-latest]
17
18
steps:
build.gradle
@@ -21,9 +21,9 @@ plugins {
21
id "signing"
22
id "checkstyle"
23
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"
+ id "com.github.spotbugs" version "4.7.1"
+ id "io.codearte.nexus-staging" version "0.30.0"
+ id "me.champeau.jmh" version "0.6.5"
27
}
28
29
ext {
0 commit comments