Skip to content

Commit

Permalink
using new bintray plugin
Browse files Browse the repository at this point in the history
GPG signing jars
  • Loading branch information
alenon committed Jun 23, 2018
1 parent 5df5dcb commit eae52bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jwildcard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.jfrog.bintray" version "1.7"
id "com.jfrog.bintray" version "1.8.2"
id "org.sonarqube" version "2.6"
}

Expand Down Expand Up @@ -40,6 +40,11 @@ bintray {
name = project.version
desc = 'JWildcard'
vcsTag = project.version

gpg {
sign = true
passphrase = System.getenv('GPG_PASSPHRASE')
}
}
}
}
Expand Down

0 comments on commit eae52bd

Please sign in to comment.