Class GradleBuildSettings.PluginMapping
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleBuildSettings.PluginMapping
- Enclosing class:
- GradleBuildSettings
Map a plugin identifier to a plugin implementation artifact.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the plugin implementation dependency.getId()
Return the id of the plugin.
-
Method Details
-
getId
Return the id of the plugin.- Returns:
- the plugin id
-
getDependency
Return the plugin implementation dependency.- Returns:
- the plugin implementation
-