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 {