build: Make gradle plugin depending on dist task

This commit is contained in:
Ilya Matveev
2017-05-30 19:06:23 +07:00
committed by ilmat192
parent 8acd02dfee
commit 4f9a1e9a33
2 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ targetList.each { target ->
}
task dist {
dependsOn 'distCompiler', 'distRuntime', ':tools:kotlin-native-gradle-plugin:dist'
dependsOn 'distCompiler', 'distRuntime'
}
task crossDist {