gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.plugin.management
/
PluginRequest
Plugin
Request
interface
PluginRequest
Contains information about a plugin that has been requested for resolution.
Members
Functions
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
PluginId
The ID of the plugin requested.
get
Module
Link copied to clipboard
@
Nullable
abstract
fun
getModule
(
)
:
ModuleVersionSelector
The implementation module of the plugin if one was explicitly specified, otherwise null.
get
Version
Link copied to clipboard
@
Nullable
abstract
fun
getVersion
(
)
:
String
The version of the plugin if one was specified, otherwise null.