Package io.spring.initializr.generator.spring.build.gradle
package io.spring.initializr.generator.spring.build.gradle
Gradle build contributors.
-
ClassDescriptionCondition that matches when a generated project will use a particular major version of Gradle.Strategy for resolving a dependency management plugin version from a platform version.Gradle
BuildCustomizer
that sets the "developmentOnly" configuration for a dependency.GradleBuildCustomizer
that adds a workaround so that annotation processors are properly detected when using the `annotationProcessor` scope.ProjectContributor
for the project's main build file.GradleBuildCustomizer
that creates the necessaryconfiguration
.Configuration for contributions specific to the generation of a project that will use Gradle as its build system.DependencyManagementPluginVersionResolver
that resolves the version from theInitializrMetadata
.ProjectGenerationCondition
implementation forConditionalOnGradleVersion
.ABuildCustomizer
to configure the Spring Boot plugin and dependency management feature for aGradleBuild
.