From 6fb25f080fc07948ce2ea620b15b934d91b67d16 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sat, 17 Sep 2016 23:01:32 +0100 Subject: [PATCH] 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 Reviewers: Ismael Juma Closes #1837 from jaikiran/readme-update-grade-user-home --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063defe9c53..b7f9f4f6972 100644 --- a/README.md +++ b/README.md @@ -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 ### ./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= mavenUsername=