Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Last active July 4, 2020 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktvipin27/f16459528470244902c1054a3a52845a to your computer and use it in GitHub Desktop.
Save ktvipin27/f16459528470244902c1054a3a52845a to your computer and use it in GitHub Desktop.
Sample publish.gradle file for automating bintray release
bintray {
user = System.getenv("bintrayUser")
key = System.getenv("bintrayApiKey")
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment