[Gradle, JS] Remove produceExecutable from tests
This commit is contained in:
-1
@@ -11,7 +11,6 @@ kotlin {
|
|||||||
target {
|
target {
|
||||||
browser {
|
browser {
|
||||||
}
|
}
|
||||||
produceExecutable()
|
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
-1
@@ -14,7 +14,6 @@ repositories {
|
|||||||
kotlin {
|
kotlin {
|
||||||
target {
|
target {
|
||||||
useCommonJs()
|
useCommonJs()
|
||||||
produceExecutable()
|
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
nodejs {
|
nodejs {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user