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