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:
@@ -2,6 +2,7 @@ description = 'Kotlin Common Standard Library'
|
||||
|
||||
apply plugin: 'kotlin-platform-common'
|
||||
|
||||
configureDist(project)
|
||||
configurePublishing(project)
|
||||
|
||||
def commonSrcDir = "${buildDir}/common-sources"
|
||||
|
||||
Reference in New Issue
Block a user