This message was deleted.
# community-support
s
This message was deleted.
t
lol going to adjust my hack to match the format from everything else for now.
Copy code
fun plugin(pluginDep: Provider<PluginDependency>): Provider<String> {
    return pluginDep.map { plugin ->
        "${plugin.pluginId}:${plugin.pluginId}.gradle.plugin:${plugin.version.requiredVersion}"
    }
}