From 3a602ba6bc0221b2e1635f8a541e137b5c0eac02 Mon Sep 17 00:00:00 2001 From: Karsten Jeschkies Date: Fri, 2 Feb 2024 14:47:03 +0100 Subject: [PATCH] Java 11 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8b841a6a..c1fe62b2 100644 --- a/build.gradle +++ b/build.gradle @@ -87,8 +87,8 @@ task integrationTest(type: Test) { group = "org.jenkins-ci.plugins" version = "2.0" description = "Allows the dynamic launch of Jenkins agent on a Mesos cluster, depending on workload" -sourceCompatibility = 1.8 -targetCompatibility = 1.8 +sourceCompatibility = 1.11 +targetCompatibility = 1.11 jenkinsPlugin { coreVersion = "2.164"