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:
@@ -7,6 +7,7 @@ description = 'Kotlin Standard Library for JS'
|
||||
apply plugin: 'kotlin2js'
|
||||
apply plugin: 'idea'
|
||||
|
||||
configureDist(project)
|
||||
configurePublishing(project)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user