[Gradle, JS] Add custom package json into configuration cache IT

#KT-49061 In Progress
This commit is contained in:
Alexander Likhachev
2021-10-14 15:04:36 +03:00
committed by Space
parent 1160e3875a
commit 6a6cc1db77
@@ -16,5 +16,11 @@ kotlin {
}
}
binaries.executable()
compilations.named("main") {
packageJson {
customField("customField", mapOf("one" to 1, "two" to 2))
}
}
}
}