From 76dd5ecb46a6a275cdb8f7cebb4071e827e9437a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Tietz?= Date: Wed, 18 Apr 2018 12:48:20 -0400 Subject: [PATCH] publishing to the right repo --- gradle/publish.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/publish.gradle b/gradle/publish.gradle index dd048bb9..6437e0e0 100644 --- a/gradle/publish.gradle +++ b/gradle/publish.gradle @@ -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()) }