[Gradle, JS] Fix tasks naming
#KT-35019 fixed
This commit is contained in:
+2
-2
@@ -263,8 +263,8 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
|
||||
}
|
||||
|
||||
jvmJar {
|
||||
dependsOn(jsBrowserWebpack)
|
||||
from(new File(jsBrowserWebpack.entry.name, jsBrowserWebpack.outputPath))
|
||||
dependsOn(jsBrowserProductionWebpack)
|
||||
from(new File(jsBrowserProductionWebpack.entry.name, jsBrowserProductionWebpack.outputPath))
|
||||
}
|
||||
|
||||
task run(type: JavaExec, dependsOn: [jvmJar]) {
|
||||
|
||||
Reference in New Issue
Block a user