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
cb23e5d915
commit
11f3975930
|
@ -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=
|
||||
|
|
|
@ -18,3 +18,6 @@ version=0.8.1
|
|||
scalaVersion=2.8.0
|
||||
task=build
|
||||
|
||||
mavenUrl=
|
||||
mavenUsername=
|
||||
mavenPassword=
|
||||
|
|
Loading…
Reference in New Issue