Skip to content

Commit ddc8640

Browse files
committed
2.x: fix bintray repo and name config
1 parent c40be8e commit ddc8640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ if (rootProject.hasProperty("releaseMode")) {
336336
publications = ["mavenJava"]
337337
publish = true
338338
pkg {
339-
repo = "generic"
340-
name = "rxjava"
339+
repo = "RxJava"
340+
name = "RxJava"
341341
userOrg = "reactivex"
342342
labels = ["rxjava", "reactivex"]
343343
licenses = ["Apache-2.0"]

0 commit comments

Comments
 (0)