Skip to content

Commit

Permalink
Bump blowdryer-diffplug from 2.0.0 to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jun 6, 2020
1 parent be7c540 commit c7d538b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ pluginManagement {
plugins {
id 'com.diffplug.blowdryer' version '1.0.0'
id 'com.diffplug.blowdryerSetup' version '1.0.0'
id 'com.diffplug.gradle.osgi.bndmanifest' version '3.17.6'
id 'com.diffplug.gradle.spotless' version '3.27.0'
id 'com.diffplug.osgi.bndmanifest' version '3.22.0'
id 'com.diffplug.gradle.spotless' version '4.3.0'
id 'com.diffplug.spotless-changelog' version '0.1.0'
id 'com.github.ben-manes.versions' version '0.27.0'
id 'com.jfrog.bintray' version '1.8.4'
id 'com.jfrog.bintray' version '1.8.5'
id 'org.jdrupes.mdoclet' version '1.0.10'
}
}
plugins {
id 'com.diffplug.blowdryerSetup'
id 'com.diffplug.gradle.osgi.bndmanifest' apply false
id 'com.diffplug.osgi.bndmanifest' apply false
id 'com.diffplug.gradle.spotless' apply false
id 'com.diffplug.spotless-changelog' apply false
id 'com.jfrog.bintray' apply false
id 'org.jdrupes.mdoclet' apply false
}
blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '2.0.0'
github 'diffplug/blowdryer-diffplug', 'tag', '3.2.2'
//devLocal '../blowdryer-diffplug'
}
rootProject.name = 'durian-globals-agg'
Expand Down

0 comments on commit c7d538b

Please sign in to comment.