build: Make gradle plugin depending on dist task
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ targetList.each { target ->
|
||||
}
|
||||
|
||||
task dist {
|
||||
dependsOn 'distCompiler', 'distRuntime', ':tools:kotlin-native-gradle-plugin:dist'
|
||||
dependsOn 'distCompiler', 'distRuntime'
|
||||
}
|
||||
|
||||
task crossDist {
|
||||
|
||||
Reference in New Issue
Block a user