Skip to content

Commit 060bd3c

Browse files
committed
Setup version and publising
1 parent b4eeeb8 commit 060bd3c

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ infra {
1818
bintrayToken = "bintrayToken"
1919
}
2020
publishing {
21-
// include(":kotlinx-collections-immutable")
21+
include(":kotlinx-collections-immutable")
2222

2323
bintray {
2424

@@ -34,7 +34,6 @@ infra {
3434
val JDK_6 by ext(System.getenv("JDK_6") ?: findProperty("JDK_6") as String? ?: error("Specify path to JDK 6 in JDK_6 environment variable or Gradle property"))
3535

3636
allprojects {
37-
group = "org.jetbrains.kotlinx"
3837
repositories {
3938
mavenCentral()
4039
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")

core/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ base {
99
archivesBaseName = "kotlinx-collections-immutable" // doesn't work
1010
}
1111

12-
publishing {
13-
repositories {
14-
maven(url = "${rootProject.buildDir}/maven") {
15-
this.name = "buildLocal"
16-
}
17-
}
18-
}
19-
2012
val JDK_6: String by project
2113

2214
kotlin {

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
group=org.jetbrains.kotlinx
2+
version=0.3
3+
versionSuffix=SNAPSHOT

0 commit comments

Comments
 (0)