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:53:11 -05:00
parent 22f76d8b36
commit 16c69a844f
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 ### ### 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 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= mavenUrl=
mavenUsername= mavenUsername=

View File

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