Pill: Exclude kotlin-main-kts module from JPS

This commit is contained in:
Yan Zhulanow
2018-09-21 18:57:40 +03:00
parent ff0b051a64
commit 005955326f
2 changed files with 0 additions and 2 deletions
@@ -3,7 +3,6 @@ description = "Kotlin \"main\" script definition tests"
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
@@ -6,7 +6,6 @@ description = "Kotlin \"main\" script definition"
plugins {
kotlin("jvm")
id("jps-compatible")
}
// You can run Gradle with "-Pkotlin.build.proguard=true" to enable ProGuard run on the jar (on TeamCity, ProGuard always runs)