We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91671a9 commit a64e499Copy full SHA for a64e499
httprpc/build.gradle
@@ -53,6 +53,8 @@ task javadocJar(type: Jar) {
53
publishing {
54
repositories {
55
maven {
56
+ url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
57
+
58
credentials {
59
username nexusUsername
60
password nexusPassword
0 commit comments