Skip to content

Commit 2c74dae

Browse files
committed
Bump all build deps.
1 parent e9fe5a7 commit 2c74dae

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group = 'com.diffplug.durian'
66
spotlessChangelog {
77
changelogFile 'CHANGES.md'
88
}
9+
repositories { mavenCentral() }
910
allprojects {
1011
apply from: 干.file('base/changelog.gradle')
1112
}

settings.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pluginManagement {
22
plugins {
3-
id 'com.diffplug.blowdryer' version '1.1.1'
4-
id 'com.diffplug.blowdryerSetup' version '1.1.1'
5-
id 'com.diffplug.eclipse.mavencentral' version '3.30.0'
6-
id 'com.diffplug.spotless' version '5.14.1'
7-
id 'com.diffplug.spotless-changelog' version '2.2.0'
8-
id 'com.gradle.plugin-publish' version '0.15.0'
3+
id 'com.diffplug.blowdryer' version '1.5.1'
4+
id 'com.diffplug.blowdryerSetup' version '1.5.1'
5+
id 'com.diffplug.eclipse.mavencentral' version '3.35.0'
6+
id 'com.diffplug.spotless' version '6.3.0'
7+
id 'com.diffplug.spotless-changelog' version '2.4.0'
8+
id 'com.gradle.plugin-publish' version '0.20.0'
99
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1010
id 'org.jdrupes.mdoclet' version '1.0.10'
1111
}
@@ -20,7 +20,7 @@ plugins {
2020
id 'org.jdrupes.mdoclet' apply false
2121
}
2222
blowdryerSetup {
23-
github 'diffplug/blowdryer-diffplug', 'tag', '5.1.3'
23+
github 'diffplug/blowdryer-diffplug', 'tag', '5.2.0'
2424
//devLocal '../blowdryer-diffplug'
2525
}
2626

0 commit comments

Comments
 (0)