id
Add a dependency on the plugin with the given id.
plugins {
id "org.company.myplugin"
}
Content copied to clipboard
plugins {
id "org.company.myplugin" version "1.3"
}
Content copied to clipboard
apply false
option: plugins {
id "org.company.myplugin" version "1.3" apply false
}
Content copied to clipboard
Return
a mutable plugin dependency specification that can be used to further refine the dependency
Parameters
id
the id of the plugin to depend on