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"