[JS, atomicfu] Stop applying unused node plugin
This commit is contained in:
@@ -7,15 +7,9 @@ description = "Atomicfu Compiler Plugin"
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
id("com.github.node-gradle.node") version "3.2.1"
|
|
||||||
id("de.undercouch.download")
|
id("de.undercouch.download")
|
||||||
}
|
}
|
||||||
|
|
||||||
node {
|
|
||||||
download.set(true)
|
|
||||||
version.set("10.16.2")
|
|
||||||
}
|
|
||||||
|
|
||||||
val antLauncherJar by configurations.creating
|
val antLauncherJar by configurations.creating
|
||||||
val testJsRuntime by configurations.creating {
|
val testJsRuntime by configurations.creating {
|
||||||
attributes {
|
attributes {
|
||||||
|
|||||||
Reference in New Issue
Block a user