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 8d4962a commit 56f4800Copy full SHA for 56f4800
gradle.properties
@@ -5,13 +5,13 @@ version = 0.1.0
5
group = kotlinx.team
6
7
# Put link to your OSS repository. Bintray requires this to be filled for free OpenSource tiers.
8
-vcs=https://github.com/orangy/kotlin-infra
+vcs=https://github.com/Kotlin/kotlinx.team.infra
9
10
# Put your Bintray organization name here, e.g. your bintray username.
11
-bintrayOrg=orangy
+bintrayOrg=kotlin
12
13
# Put your Bintray repository name here, e.g. maven.
14
-bintrayRepository=maven
+bintrayRepository=kotlinx
15
16
# Put name of your package here.
17
bintrayPackage=kotlinx.team.infra
0 commit comments