public class DevToolsGradleBuildCustomizer extends Object implements BuildCustomizer<GradleBuild>
BuildCustomizer that creates a dedicated "developmentOnly" configuration
when devtools is selected.| Constructor and Description |
|---|
DevToolsGradleBuildCustomizer(Version platformVersion,
String devtoolsDependencyId)
Create a new instance with the requested
platform version and the
identifier for the devtools dependency. |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(GradleBuild build) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderpublic DevToolsGradleBuildCustomizer(Version platformVersion, String devtoolsDependencyId)
platform version and the
identifier for the devtools dependency.platformVersion - the version of the plateformdevtoolsDependencyId - the id of the devtools dependencypublic void customize(GradleBuild build)
customize in interface BuildCustomizer<GradleBuild>Copyright © 2021 Pivotal Software, Inc.. All rights reserved.