Class DevToolsGradleBuildCustomizer
java.lang.Object
io.spring.initializr.generator.spring.build.gradle.DevelopmentOnlyDependencyGradleBuildCustomizer
io.spring.initializr.generator.spring.dependency.devtools.DevToolsGradleBuildCustomizer
- All Implemented Interfaces:
BuildCustomizer<GradleBuild>,org.springframework.core.Ordered
@Deprecated(since="0.20.0",
forRemoval=true)
public class DevToolsGradleBuildCustomizer
extends DevelopmentOnlyDependencyGradleBuildCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
Gradle
BuildCustomizer that creates a dedicated "developmentOnly" configuration
when devtools is selected.- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.spring.initializr.generator.spring.build.BuildCustomizer
BuildCustomizer.OrderedBuildCustomizer<B extends Build> -
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDevToolsGradleBuildCustomizer(Version platformVersion, String devtoolsDependencyId) Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with the requestedplatform versionand the identifier for the devtools dependency. -
Method Summary
Methods inherited from class io.spring.initializr.generator.spring.build.gradle.DevelopmentOnlyDependencyGradleBuildCustomizer
customizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.spring.initializr.generator.spring.build.BuildCustomizer
getOrder
-
Constructor Details
-
DevToolsGradleBuildCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with the requestedplatform versionand the identifier for the devtools dependency.- Parameters:
platformVersion- the version of the plateformdevtoolsDependencyId- the id of the devtools dependency
-
DevelopmentOnlyDependencyGradleBuildCustomizer