File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ language: java
5
5
matrix :
6
6
include :
7
7
- jdk : oraclejdk7
8
- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-2
8
+ env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-3
9
9
- jdk : oraclejdk7
10
10
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M03
11
11
- jdk : oraclejdk8
12
- env : TERM=dumb KOTLIN_VERSION=1.0.5-2
12
+ env : TERM=dumb KOTLIN_VERSION=1.0.5-3
13
13
- jdk : oraclejdk8
14
14
env : TERM=dumb KOTLIN_VERSION=1.1-M03
15
15
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.0 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.2.1 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: './publishing.gradle'
3
3
apply plugin : ' org.jetbrains.dokka'
4
4
5
5
buildscript {
6
- ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.5-2 '
6
+ ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.0.5-3 '
7
7
8
8
repositories {
9
9
mavenCentral()
@@ -13,7 +13,7 @@ buildscript {
13
13
14
14
dependencies {
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
- classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.10 "
16
+ classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.11 "
17
17
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
18
18
classpath " com.github.dcendents:android-maven-gradle-plugin:1.5"
19
19
}
@@ -28,7 +28,7 @@ repositories {
28
28
dependencies {
29
29
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30
30
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
31
- compile " org.mockito:mockito-core:2.2.28 "
31
+ compile " org.mockito:mockito-core:2.3.9 "
32
32
33
33
/* Tests */
34
34
testCompile " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments