Skip to content

Commit 5ad2dbb

Browse files
committed
Bump blowdryer to latest.
1 parent a50f130 commit 5ad2dbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- *set_git_origin_to_https
6363
- run:
6464
name: changelogPush
65-
command: ./gradlew changelogPush --stacktrace --warning-mode all
65+
command: ./gradlew changelogPush -Penable_publishing=true --stacktrace --warning-mode all
6666

6767
workflows:
6868
version: 2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ plugins {
22
id 'com.diffplug.blowdryer'
33
id 'com.diffplug.spotless-changelog'
44
}
5-
5+
group = 'com.diffplug.durian'
66
spotlessChangelog {
77
changelogFile 'CHANGES.md'
88
}
99
allprojects {
1010
apply from: 干.file('base/changelog.gradle')
1111
}
1212
apply from: 干.file('spotless/freshmark.gradle')
13-
apply from: 干.file('helper/javadoc-markdown.gradle')
13+
apply from: 干.file('base/sonatype.gradle')
1414

1515
subprojects { subProject ->
1616
apply plugin: 'java-library'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'org.jdrupes.mdoclet' apply false
2121
}
2222
blowdryerSetup {
23-
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.3'
23+
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.4'
2424
//devLocal '../blowdryer-diffplug'
2525
}
2626

0 commit comments

Comments
 (0)