File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ subprojects {
11
11
mavenLocal()
12
12
mavenCentral()
13
13
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
14
- maven { url ' https://dl.bintray.com/kotlin/kotlin-dev' }
14
+ // maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
15
15
// maven { url "$rootProject.projectDir/../kotlin-libraries-infra/build/maven" }
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
7
7
plugins {
8
8
java
9
9
kotlin(" jvm" )
10
- kotlin(" plugin.allopen" ) version " 1.3.50-release-105 "
10
+ kotlin(" plugin.allopen" ) version " 1.3.50"
11
11
id(" kotlinx.benchmark" ) version " 0.2.0"
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
7
7
plugins {
8
8
id ' org.jetbrains.kotlin.multiplatform'
9
- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.50-release-105 "
9
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.50"
10
10
id ' kotlinx.benchmark' version " 0.2.0"
11
11
}
12
12
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
3
id ' org.jetbrains.kotlin.jvm'
4
- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.50-release-105 "
4
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.50"
5
5
id ' kotlinx.benchmark' version ' 0.2.0'
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ group = org.jetbrains.kotlinx
3
3
version = 0.2.0
4
4
5
5
kotlin.code.style =official
6
- kotlin_version =1.3.50-release-105
6
+ kotlin_version =1.3.50
7
7
jmhVersion =1.21
8
8
junit_version =4.12
9
9
Original file line number Diff line number Diff line change @@ -7,15 +7,16 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath " kotlinx.team:kotlinx.team.infra:$infra_version "
10
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
10
11
}
11
12
12
13
}
13
14
14
15
plugins {
15
16
id ' java-gradle-plugin'
16
- id ' org.jetbrains.kotlin.jvm' version " 1.3.50-release-105"
17
17
}
18
18
19
+ apply plugin : ' org.jetbrains.kotlin.jvm'
19
20
apply plugin : ' kotlinx.team.infra'
20
21
21
22
infra {
@@ -38,7 +39,7 @@ repositories {
38
39
jcenter()
39
40
gradlePluginPortal()
40
41
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
41
- maven { url ' https://dl.bintray.com/kotlin/kotlin-dev' }
42
+ // maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
42
43
// maven { url "../../kotlin-libraries-infra/build/maven" }
43
44
maven { url " https://dl.bintray.com/orangy/maven" } // for kotlinx.cli & infra
44
45
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = org.jetbrains.kotlinx
7
7
# Put link to your OSS repository. Bintray requires this to be filled for free OpenSource tiers.
8
8
vcs =https://github.com/kotlin/kotlinx-benchmark
9
9
10
- kotlin_version =1.3.50-release-105
10
+ kotlin_version =1.3.50
11
11
jmhVersion =1.21
12
12
infra_version =0.1.0-dev-49
13
13
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
3
3
mavenCentral()
4
4
jcenter()
5
5
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
6
- maven { url ' https://dl.bintray.com/kotlin/kotlin-dev' }
6
+ // maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
7
7
maven { url ' https://plugins.gradle.org/m2/' }
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments