Skip to content

Commit

Permalink
publishing to the right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andretietz committed Apr 18, 2018
1 parent 5c1793a commit 76dd5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ afterEvaluate { project ->
pom.groupId = GROUP
pom.artifactId = POM_ARTIFACT_ID
pom.version = VERSION_NAME
repository(url: "file://" + System.getProperty("user.home") + "/.m2/repository/") {
// repository(url: "https://api.bintray.com/maven/unicate/android/retroauth/;publish=1") {
// repository(url: "file://" + System.getProperty("user.home") + "/.m2/repository/") {
repository(url: "https://api.bintray.com/maven/unicate/android/retroauth/;publish=1") {
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())
}
snapshotRepository(url: "file://" + System.getProperty("user.home") + "/.m2/repository/") {
// snapshotRepository(url: "https://oss.jfrog.org/artifactory/oss-snapshot-local/") {
// snapshotRepository(url: "file://" + System.getProperty("user.home") + "/.m2/repository/") {
snapshotRepository(url: "https://oss.jfrog.org/artifactory/oss-snapshot-local/") {
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())
}

Expand Down

0 comments on commit 76dd5ec

Please sign in to comment.