Skip to content

Commit

Permalink
Use the maven repo under the LinkedIn Bintray account to publish arti…
Browse files Browse the repository at this point in the history
…facts (#25)
  • Loading branch information
jonlee2 authored May 6, 2019
1 parent b4cc6f0 commit ee1dbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ext {

bintrayUsername = System.getenv('BINTRAY_USER')
bintrayKey=System.getenv('BINTRAY_KEY')
bintrayUrl = bintrayApiBaseUrl + '/maven/' + bintrayUsername + '/' + bintrayRepo + '/' + bintrayPackage + '/;publish=1'
bintrayUrl = bintrayApiBaseUrl + '/maven/linkedin/' + bintrayRepo + '/' + bintrayPackage + '/;publish=1'

// By default, publish to Bintray.
mavenUrl = project.hasProperty('mavenUrl') ? project.mavenUrl : bintrayUrl
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ scalaVersion=2.11.12
task=build
org.gradle.jvmargs=-Xmx1024m -Xss2m
bintrayApiBaseUrl=https://api.bintray.com
bintrayRepo=kafka
bintrayRepo=maven
bintrayPackage=kafka
skipSigning=true

0 comments on commit ee1dbf9

Please sign in to comment.