[JS, atomicfu] Stop applying unused node plugin
This commit is contained in:
@@ -7,15 +7,9 @@ description = "Atomicfu Compiler Plugin"
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
id("com.github.node-gradle.node") version "3.2.1"
|
||||
id("de.undercouch.download")
|
||||
}
|
||||
|
||||
node {
|
||||
download.set(true)
|
||||
version.set("10.16.2")
|
||||
}
|
||||
|
||||
val antLauncherJar by configurations.creating
|
||||
val testJsRuntime by configurations.creating {
|
||||
attributes {
|
||||
@@ -130,4 +124,4 @@ fun Test.setUpJsIrBoxTests() {
|
||||
systemProperty("kotlin.js.kotlin.test.path", "libraries/kotlin.test/js-ir/build/classes/kotlin/js/main")
|
||||
systemProperty("kotlin.js.kotlin.test.path", "libraries/kotlin.test/js-ir/build/classes/kotlin/js/main")
|
||||
systemProperty("kotlin.js.test.root.out.dir", "$buildDir/")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user