Update tools & libraries projects to use JDK 8 when needed

This commit is contained in:
Alexander Udalov
2017-03-20 10:44:19 +03:00
parent 33a0ae0fcd
commit 7dfa3bea18
6 changed files with 22 additions and 33 deletions
+4
View File
@@ -13,6 +13,10 @@
<artifactId>kotlin-stdlib</artifactId>
<properties>
<kotlin.compiler.jdkHome>${env.JDK_16}</kotlin.compiler.jdkHome>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>