Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Release 0.9.2 (#302)
Browse files Browse the repository at this point in the history
Release 0.9.2
  • Loading branch information
zegnus authored Nov 28, 2019
2 parents 4dd13fb + 114a966 commit 12700c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.9.1'
version = '0.9.2'

apply from: 'build.gradle'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class BintrayConfiguration {
version {
name = propertyFinder.publishVersion
attributes = extension.versionAttributes

gpg {
sign = extension.sign
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PublishExtension {
String bintrayKey = ''
boolean dryRun = true
boolean override = false
boolean sign = false

String[] publications

Expand Down

0 comments on commit 12700c6

Please sign in to comment.