Skip to content

Commit a4f1b00

Browse files
committed
configured publishing.repositories
1 parent 884818b commit a4f1b00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bindings/java/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,14 @@ publishing {
109109
}
110110
}
111111
}
112+
113+
repositories {
114+
maven {
115+
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
116+
credentials {
117+
username = System.getenv("MAVEN_USERNAME")
118+
password = System.getenv("MAVEN_PASSWORD")
119+
}
120+
}
121+
}
112122
}

0 commit comments

Comments
 (0)