mirror of https://github.com/apache/kafka.git
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:
parent
22f76d8b36
commit
16c69a844f
|
@ -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=
|
||||||
|
|
|
@ -18,3 +18,6 @@ version=0.8.1
|
||||||
scalaVersion=2.8.0
|
scalaVersion=2.8.0
|
||||||
task=build
|
task=build
|
||||||
|
|
||||||
|
mavenUrl=
|
||||||
|
mavenUsername=
|
||||||
|
mavenPassword=
|
||||||
|
|
Loading…
Reference in New Issue