File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
- *set_git_origin_to_https
63
63
- run :
64
64
name : changelogPush
65
- command : ./gradlew changelogPush --stacktrace --warning-mode all
65
+ command : ./gradlew changelogPush -Penable_publishing=true - -stacktrace --warning-mode all
66
66
67
67
workflows :
68
68
version : 2
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ plugins {
2
2
id ' com.diffplug.blowdryer'
3
3
id ' com.diffplug.spotless-changelog'
4
4
}
5
-
5
+ group = ' com.diffplug.durian '
6
6
spotlessChangelog {
7
7
changelogFile ' CHANGES.md'
8
8
}
9
9
allprojects {
10
10
apply from : 干. file(' base/changelog.gradle' )
11
11
}
12
12
apply from : 干. file(' spotless/freshmark.gradle' )
13
- apply from : 干. file(' helper/javadoc-markdown .gradle' )
13
+ apply from : 干. file(' base/sonatype .gradle' )
14
14
15
15
subprojects { subProject ->
16
16
apply plugin : ' java-library'
Original file line number Diff line number Diff line change @@ -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.0.3 '
23
+ github ' diffplug/blowdryer-diffplug' , ' tag' , ' 5.0.4 '
24
24
// devLocal '../blowdryer-diffplug'
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments