Skip to content

Commit 015bb3c

Browse files
committed
Updated dependencies and removed Kotlin EAP dependencies and repositories
1 parent f65194f commit 015bb3c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

build.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.20'
2+
ext.kotlin_version = '1.2.21'
33
ext.spek_version = '1.1.5'
44

55
repositories {
66
jcenter()
7-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
87
}
98
dependencies {
109
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.16-eap-2"
12-
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.1.0-M1'
10+
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.16"
11+
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.1.0'
1312
}
1413
}
1514

@@ -18,8 +17,8 @@ plugins {
1817
id 'jacoco'
1918
id 'maven-publish'
2019
id 'com.jfrog.bintray' version '1.8.0'
21-
id 'org.shipkit.java' version '1.0.7'
22-
id 'com.diffplug.gradle.spotless' version '3.8.0'
20+
id 'org.shipkit.java' version '2.0.2'
21+
id 'com.diffplug.gradle.spotless' version '3.10.0'
2322
id 'com.github.ben-manes.versions' version '0.17.0'
2423
}
2524

@@ -31,7 +30,6 @@ group 'com.github.magneticflux'
3130

3231
repositories {
3332
jcenter()
34-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
3533
maven { url 'http://dl.bintray.com/jetbrains/spek' }
3634
}
3735

@@ -106,4 +104,4 @@ jacocoTestReport {
106104
}
107105
}
108106
}
109-
check.dependsOn(jacocoTestReport)
107+
check.dependsOn(jacocoTestReport)

0 commit comments

Comments
 (0)