File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,17 @@ sudo: false
2
2
3
3
language : java
4
4
5
- jdk :
6
- - oraclejdk7
7
-
8
5
matrix :
9
6
include :
10
7
- jdk : oraclejdk7
11
- env : TERM=dumb MOCK_MAKER=mock-maker-inline
8
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5
9
+ - jdk : oraclejdk7
10
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M02
11
+ - jdk : oraclejdk8
12
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5
13
+ - jdk : oraclejdk8
14
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M02
15
+
12
16
13
17
env :
14
18
matrix :
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ apply from: './publishing.gradle'
3
3
apply plugin : ' org.jetbrains.dokka'
4
4
5
5
buildscript {
6
- ext. kotlin_version = ' 1.0.5'
6
+ ext. kotlin_version = System . getenv( " KOTLIN_VERSION " ) ?: ' 1.0.5'
7
7
8
8
repositories {
9
9
mavenCentral()
10
10
jcenter()
11
+ maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
11
12
}
12
13
13
14
dependencies {
@@ -19,6 +20,7 @@ buildscript {
19
20
repositories {
20
21
mavenCentral()
21
22
jcenter()
23
+ maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
22
24
}
23
25
24
26
dependencies {
You can’t perform that action at this time.
0 commit comments