Skip to content

Commit

Permalink
Added gpg signing to bintray config
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Jan 1, 2019
1 parent dfa9081 commit 2c64d18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,17 @@ bintray {
name = project.name
userOrg = 'vavr-io'
licenses = ['Apache-2.0']
desc = 'Vavr is an object-functional library for Java 8+'
githubRepo = 'vavr-io/vavr'
githubReleaseNotesFile = 'README.md'
issueTrackerUrl = 'https://github.com/vavr-io/vavr/issues'
vcsUrl = 'https://github.com/vavr-io/vavr.git'
websiteUrl = 'https://www.vavr.io'
version {
desc = 'Vavr is an object-functional library for Java 8+'
gpg {
sign = true
}
}
}
}

Expand Down

0 comments on commit 2c64d18

Please sign in to comment.