MINOR: Update the README.md to include a note about GRADLE_USER_HOME

Trying to build the source and publish it to internal Maven repo, I ran into an issue that I explain in the mailing list discussion here https://www.mail-archive.com/devkafka.apache.org/msg56359.html.

The commit here updates the README.md to make a note that the GRADLE_USER_HOME environment variable plays a role in deciding which file to add the maven configs to.

Author: Jaikiran Pai <jaikiran.pai@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1837 from jaikiran/readme-update-grade-user-home
This commit is contained in:
Jaikiran Pai 2016-09-17 23:01:32 +01:00 committed by Ismael Juma
parent b5bc1a1caa
commit 6fb25f080f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ This is for `core`, `examples` and `clients`
### Publishing the jar for all version of Scala and for all projects to maven ### ### Publishing the jar for all version of Scala and for all projects to maven ###
./gradlew uploadArchivesAll ./gradlew uploadArchivesAll
Please note for this to work you should create/update `~/.gradle/gradle.properties` and assign the following variables Please note for this to work you should create/update `${GRADLE_USER_HOME}/gradle.properties` (typically, `~/.gradle/gradle.properties`) and assign the following variables
mavenUrl= mavenUrl=
mavenUsername= mavenUsername=