Skip to content

Commit e0d3012

Browse files
committed
Setup blowdryer-diffplug for the changelogPush thing.
1 parent 7de83a5 commit e0d3012

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
plugins {
2-
id 'com.github.ben-manes.versions' version '0.27.0'
32
id 'com.diffplug.blowdryer'
3+
id 'com.diffplug.spotless-changelog'
44
}
55

6+
spotlessChangelog {
7+
changelogFile 'README.md'
8+
}
9+
10+
apply from: 干.file('base/changelog.gradle')
611
apply from: 干.file('spotless/freshmark.gradle')
712
spotless {
813
groovyGradle {

settings.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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+
}
19
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
413
}
514

615
rootProject.name = 'blowdryer-diffplug'

0 commit comments

Comments
 (0)