From afda0fa26720feefcf9b16f941b1db6f3c3a7c37 Mon Sep 17 00:00:00 2001 From: Daniel Heid Date: Tue, 16 Aug 2022 14:11:38 +0200 Subject: [PATCH] Build only with JDK 11 --- Jenkinsfile | 3 +-- pom.xml | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f40a41b..ae5fb74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,3 @@ buildPlugin(configurations: [ - [platform: 'linux', jdk: '11'], - [platform: 'linux', jdk: '17'] + [platform: 'linux', jdk: '11'] ]) diff --git a/pom.xml b/pom.xml index 11f3a4d..b289644 100644 --- a/pom.xml +++ b/pom.xml @@ -132,11 +132,6 @@ import pom - - javax.annotation - javax.annotation-api - 1.3.2 -