[Gradle, JS] Add yarn resolution by version shortcut
^KT-42420 fixed
This commit is contained in:
+6
@@ -53,6 +53,12 @@ open class YarnRootExtension(val project: Project) : ConfigurationPhaseAware<Yar
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun resolution(path: String, version: String) {
|
||||||
|
resolution(path, Action {
|
||||||
|
it.include(version)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
@Incubating
|
@Incubating
|
||||||
fun disableGranularWorkspaces() {
|
fun disableGranularWorkspaces() {
|
||||||
val packageJsonUmbrella = NodeJsRootPlugin.apply(project)
|
val packageJsonUmbrella = NodeJsRootPlugin.apply(project)
|
||||||
|
|||||||
Reference in New Issue
Block a user