From d8a0b0a2f8486b27468481e9790a606369d88a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribo=CC=81?= Date: Thu, 11 Jul 2024 14:07:01 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20some=20typos=20in=20android=20?= =?UTF-8?q?build=20for=20apollo=20Signed-off-by:=20Javier=20Ribo=CC=81=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e3f8e9f8..30e3c7ca7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,15 +30,6 @@ allprojects { repositories { google() mavenCentral() - maven { url = uri("https://jitpack.io") } - maven { - name = "OSSRH" - url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/") - credentials { - username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("SONATYPE_USERNAME") - password = project.findProperty("sonatypePassword") as String? ?: System.getenv("SONATYPE_PASSWORD") - } - } } apply(plugin = "org.gradle.maven-publish") @@ -124,8 +115,8 @@ allprojects { } } scm { - connection.set("scm:git://git@github.com:hyperledger/identus-apollo.git") - developerConnection.set("scm:git:ssh://git@github.com:hyperledger/identus-apollo.git") + connection.set("scm:git:git://git@github.com/hyperledger/identus-apollo.git") + developerConnection.set("scm:git:ssh://git@github.com/hyperledger/identus-apollo.git") url.set("https://github.com/hyperledger/identus-apollo") } } @@ -186,3 +177,6 @@ nexusPublishing { } } } + + +