From 682c06716d78863de20cf0098dc33d95510ca96d Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 9 Dec 2022 12:54:53 -0500 Subject: [PATCH] rm nexus in build.tmpl.gradle --- .../build/templates/build.tmpl.gradle | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle b/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle index ff67d1d..a9f8a37 100644 --- a/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle +++ b/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle @@ -104,17 +104,17 @@ subprojects { } } -nexusPublishing { - repositories { - sonatype { - stagingProfileId = sonatypeStagingProfileId - username = ossrhUsername - password = ossrhPassword - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) - } - } -} +//nexusPublishing { +// repositories { +// sonatype { +// stagingProfileId = sonatypeStagingProfileId +// username = ossrhUsername +// password = ossrhPassword +// nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) +// snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) +// } +// } +//} afterEvaluate { publishing {