KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao

This commit is contained in:
Joe Stein 2014-02-19 10:52:34 -05:00
parent cb23e5d915
commit 11f3975930
2 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,7 @@ This is for 'core', 'perf', 'contrib:hadoop-consumer', 'contrib:hadoop-producer'
### Publishing the jar for all version of Scala and for all projects to maven ###
./gradlew uploadArchivesAll
Please note for this to work you need to create/update `~/.gradle/gradle.properties` and assign the following variables
Please note for this to work you should create/update `~/.gradle/gradle.properties` and assign the following variables
mavenUrl=
mavenUsername=

View File

@ -18,3 +18,6 @@ version=0.8.1
scalaVersion=2.8.0
task=build
mavenUrl=
mavenUsername=
mavenPassword=