Skip to content

Commit

Permalink
Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies committed Feb 2, 2024
1 parent 5189d62 commit 3a602ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a602ba

Please sign in to comment.