diff --git a/Jenkinsfile b/Jenkinsfile index f6eb3e2c0cfdc06c586ea5c1a1a46689b9811957..a3660f59f0070fb5efebeb913ad420d2e603aca3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ properties([buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: // see https://github.com/jenkins-infra/documentation/blob/master/ci.adoc for information on what node types are available def buildTypes = ['Linux', 'Windows'] -def jdks = [8] +def jdks = [8, 11] def builds = [:] for(i = 0; i < buildTypes.size(); i++) { diff --git a/pom.xml b/pom.xml index 47c16272a829748c467830ab3834665c57790e97..6f305512f01e842b2300c4ca014e6e1195051b99 100644 --- a/pom.xml +++ b/pom.xml @@ -760,5 +760,16 @@ THE SOFTWARE. false + + jdk11 + + + none + true + + + 11 + + diff --git a/src/findbugs/findbugs-excludes.xml b/src/findbugs/findbugs-excludes.xml index 781617524e5364995864c869f3568bdbb7467a51..f8e3d3061a9c011d06a7ac1638f695ded54d1fab 100644 --- a/src/findbugs/findbugs-excludes.xml +++ b/src/findbugs/findbugs-excludes.xml @@ -10,6 +10,9 @@ + + + diff --git a/test/pom.xml b/test/pom.xml index fb587c36401c910f7158d0dc14148141d5efb3db..696e338cbd5795cc3347a2fc61ce91ab492722ca 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -53,7 +53,7 @@ THE SOFTWARE. ${project.groupId} jenkins-test-harness - 2.36 + 2.41.1 test