We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc376df commit ae3a27dCopy full SHA for ae3a27d
buildSrc/src/main/kotlin/publishing/BintrayPublishing.kt
@@ -19,6 +19,7 @@ fun PublishingExtension.bintrayRepositoryPublishing(
19
}
20
repositories {
21
maven {
22
+ name = "bintray"
23
url = URI(repoUrl)
24
credentials {
25
username = project.propertyOrEnv("bintray_user")
0 commit comments