Skip to content

Commit 8ace582

Browse files
committed
upgrade back to kotlin 1.1.2-5 and removed older than 1.8 jdks
older than 1.8 jdks are not supported anymore: https://blog.jetbrains.com/kotlin/2017/04/kotlin-1-1-2-is-out/#more-4945
1 parent 1105534 commit 8ace582

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
language: java
33
jdk:
44
- oraclejdk8
5-
- oraclejdk7
6-
- openjdk6
75

86
script: gradle check

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.1'
2+
ext.kotlin_version = '1.1.2-5'
33

44
repositories {
55
mavenCentral()

0 commit comments

Comments
 (0)