Skip to content

Commit 56f4800

Browse files
committed
Change bintray publishing target repository
1 parent 8d4962a commit 56f4800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ version = 0.1.0
55
group = kotlinx.team
66

77
# Put link to your OSS repository. Bintray requires this to be filled for free OpenSource tiers.
8-
vcs=https://github.com/orangy/kotlin-infra
8+
vcs=https://github.com/Kotlin/kotlinx.team.infra
99

1010
# Put your Bintray organization name here, e.g. your bintray username.
11-
bintrayOrg=orangy
11+
bintrayOrg=kotlin
1212

1313
# Put your Bintray repository name here, e.g. maven.
14-
bintrayRepository=maven
14+
bintrayRepository=kotlinx
1515

1616
# Put name of your package here.
1717
bintrayPackage=kotlinx.team.infra

0 commit comments

Comments
 (0)