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
44
55matrix :
66 include :
7- - jdk : oraclejdk7
7+ - jdk : oraclejdk8
88 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
1111 - jdk : oraclejdk8
1212 env : TERM=dumb KOTLIN_VERSION=1.0.7
1313 - jdk : oraclejdk8
14- env : TERM=dumb KOTLIN_VERSION=1.1.1
14+ env : TERM=dumb KOTLIN_VERSION=1.1.2-4
1515
1616
1717env :
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.github.ben-manes.versions' version ' 0.14 .0'
2+ id ' com.github.ben-manes.versions' version ' 0.15 .0'
33}
44
55apply from : ' gradle/scripts/tagging.gradle'
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ buildscript {
88 repositories {
99 mavenCentral()
1010 jcenter()
11- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
1211 }
1312
1413 dependencies {
1514 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 "
1716 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
1817 classpath " com.github.dcendents:android-maven-gradle-plugin:1.5"
1918 }
@@ -22,13 +21,12 @@ buildscript {
2221repositories {
2322 mavenCentral()
2423 jcenter()
25- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
2624}
2725
2826dependencies {
2927 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3028 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 "
3230
3331 /* Tests */
3432 testCompile " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments