Skip to content

Commit ae3a27d

Browse files
committed
Name publishing bintray repo
1 parent bc376df commit ae3a27d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/publishing/BintrayPublishing.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fun PublishingExtension.bintrayRepositoryPublishing(
1919
}
2020
repositories {
2121
maven {
22+
name = "bintray"
2223
url = URI(repoUrl)
2324
credentials {
2425
username = project.propertyOrEnv("bintray_user")

0 commit comments

Comments
 (0)