Skip to content

Commit

Permalink
KAFKA-1274 gradle.properties needs the variables used in the build.gr…
Browse files Browse the repository at this point in the history
…adle patch by Joe Stein; Reviewed by Jun Rao
  • Loading branch information
joestein committed Feb 19, 2014
1 parent 22f76d8 commit 16c69a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ version=0.8.1
scalaVersion=2.8.0
task=build

mavenUrl=
mavenUsername=
mavenPassword=

0 comments on commit 16c69a8

Please sign in to comment.