Skip to content

Commit

Permalink
Bump blowdryer scripts to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 18, 2021
1 parent a613856 commit c94d5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- *set_git_origin_to_https
- run:
name: changelogPush
command: ./gradlew changelogPush -Pgradle.publish.key=${gradle_key} -Pgradle.publish.secret=${gradle_secret} --stacktrace --warning-mode all
command: ./gradlew changelogPush -Penable_publishing=true -Pgradle.publish.key=${gradle_key} -Pgradle.publish.secret=${gradle_secret} --stacktrace --warning-mode all

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'org.jdrupes.mdoclet' apply false
}
blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.2'
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.4'
//devLocal '../blowdryer-diffplug'
}
rootProject.name = 'image-grinder'

0 comments on commit c94d5a5

Please sign in to comment.