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