You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lumagsterplo
Luckilythe plugin is open source so it relatively simple to discover the type of the plugin. The plugin Id is com.github.ben-manes.versions, which leads us to the META-INF/gradle-plugins/com.github.ben-manes.versions.properties file. This file contains the line implementation-class=com.github.benmanes.gradle.versions.VersionsPlugin, which tells us that the type of the plugin is com.github.benmanes.gradle.versions.VersionsPlugin. This could have also be determined by applying the plugin to the build (instead of through an init script) and inspecting the plugins or pluginManager from the project to list out the plugin types.