Skip to content

Commit 1189499

Browse files
committed
build(bintray): add maven credentials to bintray
1 parent e737cb8 commit 1189499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/bintray.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apply plugin: "nebula.nebula-bintray"
33
bintray {
44
user = project.bintrayUsername ?: "tinesoft"
55
apiKey = project.bintrayKey ?: ""
6+
sonatypeUsername = project.sonatypeUsername
7+
sonatypePassword = project.sonatypePassword
68
syncToMavenCentral = true
79
repo = "maven"
810
userOrg = "tinesoft"

0 commit comments

Comments
 (0)