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:
7
7
- jdk : oraclejdk7
8
8
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.7
9
9
- 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
11
11
- jdk : oraclejdk8
12
12
env : TERM=dumb KOTLIN_VERSION=1.0.7
13
13
- jdk : oraclejdk8
14
- env : TERM=dumb KOTLIN_VERSION=1.1.1
14
+ env : TERM=dumb KOTLIN_VERSION=1.1.2-4
15
15
16
16
17
17
env :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ buildscript {
8
8
repositories {
9
9
mavenCentral()
10
10
jcenter()
11
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
12
11
}
13
12
14
13
dependencies {
@@ -22,7 +21,6 @@ buildscript {
22
21
repositories {
23
22
mavenCentral()
24
23
jcenter()
25
- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
26
24
}
27
25
28
26
dependencies {
You can’t perform that action at this time.
0 commit comments