File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.github.ben-manes.versions' version ' 0.27.0'
3
2
id ' com.diffplug.blowdryer'
3
+ id ' com.diffplug.spotless-changelog'
4
4
}
5
5
6
+ spotlessChangelog {
7
+ changelogFile ' README.md'
8
+ }
9
+
10
+ apply from : 干. file(' base/changelog.gradle' )
6
11
apply from : 干. file(' spotless/freshmark.gradle' )
7
12
spotless {
8
13
groovyGradle {
Original file line number Diff line number Diff line change
1
+ pluginManagement {
2
+ plugins {
3
+ id ' com.diffplug.blowdryer' version ' 0.1.0'
4
+ id ' com.diffplug.blowdryerSetup' version ' 0.1.0'
5
+ id ' com.diffplug.gradle.spotless' version ' 3.27.0'
6
+ id ' com.diffplug.spotless-changelog' version ' 0.1.0'
7
+ }
8
+ }
1
9
plugins {
2
- id ' com.diffplug.blowdryerSetup' version ' 0.1.0'
3
- id ' com.diffplug.gradle.spotless' version ' 3.26.1' apply false
10
+ id ' com.diffplug.blowdryerSetup'
11
+ id ' com.diffplug.gradle.spotless' apply false
12
+ id ' com.diffplug.spotless-changelog' apply false
4
13
}
5
14
6
15
rootProject. name = ' blowdryer-diffplug'
You can’t perform that action at this time.
0 commit comments