Skip to content

Instantly share code, notes, and snippets.

@slominskir
Last active January 11, 2021 13:43
Show Gist options
  • Save slominskir/dff89309ecdc424f134fdf02ceb41906 to your computer and use it in GitHub Desktop.
Save slominskir/dff89309ecdc424f134fdf02ceb41906 to your computer and use it in GitHub Desktop.
Gradle user config notes

In order to define user-level Gradle properties such as GitHub and BinTray tokens create a file at ~/.gradle/gradle.properties and ensure you have the environment variable GRADLE_USER_HOME (includes .gradle directory) or USER_HOME (excludes .gradle directory) defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment