Retrieve outputFile from KotlinWebpack task
This commit is contained in:
committed by
Ilya Goncharov
parent
ae22dc352c
commit
f94d026e64
+1
-1
@@ -264,7 +264,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
|
||||
|
||||
jvmJar {
|
||||
dependsOn(jsBrowserProductionWebpack)
|
||||
from(new File(jsBrowserProductionWebpack.destinationDirectory, jsBrowserProductionWebpack.entry.name))
|
||||
from(jsBrowserProductionWebpack.outputFile)
|
||||
}
|
||||
|
||||
task run(type: JavaExec, dependsOn: [jvmJar]) {
|
||||
|
||||
Reference in New Issue
Block a user