File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ language: java
4
4
5
5
matrix :
6
6
include :
7
- - jdk : oraclejdk7
7
+ - jdk : oraclejdk8
8
8
env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.7
9
- - jdk : oraclejdk7
10
- env : TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.1
9
+ - jdk : oraclejdk8
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 1
1
plugins {
2
- id ' com.github.ben-manes.versions' version ' 0.14 .0'
2
+ id ' com.github.ben-manes.versions' version ' 0.15 .0'
3
3
}
4
4
5
5
apply from : ' gradle/scripts/tagging.gradle'
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ 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 {
15
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
- classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.13 "
15
+ classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.14 "
17
16
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
18
17
classpath " com.github.dcendents:android-maven-gradle-plugin:1.5"
19
18
}
@@ -22,13 +21,12 @@ 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 {
29
27
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30
28
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
31
- compile " org.mockito:mockito-core:2.7.21 "
29
+ compile " org.mockito:mockito-core:2.8.9 "
32
30
33
31
/* Tests */
34
32
testCompile " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments