File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11buildscript {
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
3231repositories {
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)
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 .1-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.5 .1-all.zip
You can’t perform that action at this time.
0 commit comments