Include kotlin-test-testng into dist, setup JDK 7 required to run tests

This commit is contained in:
Ilya Gorbunov
2018-02-02 19:09:26 +03:00
parent d1f00a95e0
commit 9dfa54eb62
@@ -3,7 +3,9 @@ description = 'Kotlin Test TestNG'
apply plugin: 'kotlin-platform-jvm'
configureJvm6Project(project)
configureDist(project)
configurePublishing(project)
ext.javaHome = JDK_17
dependencies {