Ben-manes.versions

1 view
Skip to first unread message

Jenelle Centeno

unread,
Aug 4, 2024, 11:17:00 PM8/4/24
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.

3a8082e126
Reply all
Reply to author
Forward
0 new messages