Do not configure dist task for every published module

This change avoids compiling kotlin-compiler-embeddable,
kotlin-gradle-plugin, and other gradle plugins,
when running `./gradlew dist`
This commit is contained in:
Alexey Tsvetkov
2018-01-30 02:29:50 +03:00
parent d5ee77eb07
commit 29d2679e8d
16 changed files with 33 additions and 14 deletions
@@ -3,6 +3,7 @@ description 'Kotlin Script Runtime'
apply plugin: 'kotlin'
configureJvm6Project(project)
configureDist(project)
configurePublishing(project)
dependencies {