mirror of https://github.com/apache/kafka.git
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:
parent
b5bc1a1caa
commit
6fb25f080f
|
@ -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=
|
||||||
|
|
Loading…
Reference in New Issue