File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ group = 'com.diffplug.durian'
6
6
spotlessChangelog {
7
7
changelogFile ' CHANGES.md'
8
8
}
9
+ repositories { mavenCentral() }
9
10
allprojects {
10
11
apply from : 干. file(' base/changelog.gradle' )
11
12
}
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
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'
9
9
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
10
10
id ' org.jdrupes.mdoclet' version ' 1.0.10'
11
11
}
@@ -20,7 +20,7 @@ plugins {
20
20
id ' org.jdrupes.mdoclet' apply false
21
21
}
22
22
blowdryerSetup {
23
- github ' diffplug/blowdryer-diffplug' , ' tag' , ' 5.1.3 '
23
+ github ' diffplug/blowdryer-diffplug' , ' tag' , ' 5.2.0 '
24
24
// devLocal '../blowdryer-diffplug'
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments