This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new c759eabc Fix grpc gradle sonatype publish uri
c759eabc is described below

commit c759eabccd3c33b3ee2deaab49eff674d428f38e
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Aug 7 14:25:50 2023 +0200

    Fix grpc gradle sonatype publish uri
---
 gradle-plugin/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle
index ecf457f6..12208a6e 100644
--- a/gradle-plugin/build.gradle
+++ b/gradle-plugin/build.gradle
@@ -54,7 +54,7 @@ publishing {
 nexusPublishing {
     repositories {
         sonatype {
-            nexusUrl.set(uri("https://repository.apache.org/";))
+            nexusUrl.set(uri("https://repository.apache.org/service/local/";))
             
snapshotRepositoryUrl.set(uri("https://repository.apache.org/content/repositories/snapshots/";))
             username = System.getenv("NEXUS_USER")
             password = System.getenv("NEXUS_PW")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to