Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
"allow publishing internally"
Browse files Browse the repository at this point in the history
  • Loading branch information
Avishai Weissberg committed Oct 13, 2021
1 parent a808b38 commit bf75a37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ artifacts {
archives javadocJar
}

group = "com.indeed"
archivesBaseName = "consul-api"
version = "1.4.6"

def doUploadArchives = project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')
if (doUploadArchives) {
group = "com.ecwid.consul"
archivesBaseName = "consul-api"
version = "1.4.5"

signing {
sign configurations.archives
}
Expand Down

0 comments on commit bf75a37

Please sign in to comment.