[Gradle, JS] Add custom package json into configuration cache IT
#KT-49061 In Progress
This commit is contained in:
committed by
Space
parent
1160e3875a
commit
6a6cc1db77
+6
@@ -16,5 +16,11 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
|
|
||||||
|
compilations.named("main") {
|
||||||
|
packageJson {
|
||||||
|
customField("customField", mapOf("one" to 1, "two" to 2))
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user