Skip to content

Commit e7817f2

Browse files
committed
Better Bintray tags
1 parent 5954380 commit e7817f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val bintrayMavenCentralClose by propertyOrElse(true)
4646
val bintrayGpgSign by propertyOrElse(true)
4747

4848
val bintrayRepo = "kotlin-metadata"
49-
val bintrayTags = arrayOf("Kotlin")
49+
val bintrayTags = arrayOf("kotlin", "kotlin-metadata")
5050

5151
val bintrayUser: String? = System.getenv("BINTRAY_USER")
5252
val bintrayKey: String? = System.getenv("BINTRAY_KEY")

0 commit comments

Comments
 (0)