File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ language: java
55matrix :
66 include :
77 - jdk : oraclejdk7
8- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5
8+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-2
99 - jdk : oraclejdk7
1010 env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M02
1111 - jdk : oraclejdk8
12- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5
12+ env : TERM=dumb KOTLIN_VERSION=1.0.5-2
1313 - jdk : oraclejdk8
14- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M02
14+ env : TERM=dumb KOTLIN_VERSION=1.1-M02
1515
1616
1717env :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: './publishing.gradle'
33apply plugin : ' org.jetbrains.dokka'
44
55buildscript {
6- ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.5'
6+ ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.5-2 '
77
88 repositories {
99 mavenCentral()
You can’t perform that action at this time.
0 commit comments