Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Last active July 4, 2020 11:07
Show Gist options
  • Select an option

  • Save ktvipin27/f16459528470244902c1054a3a52845a to your computer and use it in GitHub Desktop.

Select an option

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