File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ matrix:
77 - jdk : oraclejdk7
88 env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.7
99 - jdk : oraclejdk7
10- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.1
10+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.2-4
1111 - jdk : oraclejdk8
1212 env : TERM=dumb KOTLIN_VERSION=1.0.7
1313 - jdk : oraclejdk8
14- env : TERM=dumb KOTLIN_VERSION=1.1.1
14+ env : TERM=dumb KOTLIN_VERSION=1.1.2-4
1515
1616
1717env :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ buildscript {
88 repositories {
99 mavenCentral()
1010 jcenter()
11- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
1211 }
1312
1413 dependencies {
@@ -22,7 +21,6 @@ buildscript {
2221repositories {
2322 mavenCentral()
2423 jcenter()
25- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
2624}
2725
2826dependencies {
You can’t perform that action at this time.
0 commit comments