From c30530d1dbf75dcea01383f947b3ac203e6356e7 Mon Sep 17 00:00:00 2001 From: Michael Dailey Date: Wed, 4 Jan 2023 10:29:43 -0600 Subject: [PATCH] Removed JDK 8 from build path testing --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eeb82d6..88d5cc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,6 @@ */ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: '8'], [platform: 'linux', jdk: '11'], - [platform: 'windows', jdk: '8'], [platform: 'windows', jdk: '11'] ]) \ No newline at end of file