Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Gradel 8.5.0 #421

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'idea'
id 'java-library'
id "com.diffplug.gradle.spotless" version "3.19.0"
id "com.diffplug.gradle.spotless" version "6.25.0"
id "com.github.blueboxware.tocme" version "1.1"
id "com.github.spotbugs" version "1.7.1"
id "org.jenkins-ci.jpi" version "0.31.0"
id "com.github.spotbugs" version "6.0.7"
id "org.jenkins-ci.jpi" version "0.50.0"
}

repositories {
Expand Down 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
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Apr 23 17:36:56 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
Loading