]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
configured publishing.repositories
authorNicholas Albion <redacted>
Wed, 6 Sep 2023 03:13:36 +0000 (13:13 +1000)
committerNicholas Albion <redacted>
Wed, 6 Sep 2023 03:13:36 +0000 (13:13 +1000)
bindings/java/build.gradle

index 3028f6f6a586e39be51f8b4e48dab3550008e10b..8e2bc2ccc077d3cbdf69d7c1164fddb27de6b49c 100644 (file)
@@ -109,4 +109,14 @@ publishing {
             }\r
         }\r
     }\r
+\r
+    repositories {\r
+        maven {\r
+            url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'\r
+            credentials {\r
+                username = System.getenv("MAVEN_USERNAME")\r
+                password = System.getenv("MAVEN_PASSWORD")\r
+            }\r
+        }\r
+    }\r
 }\r