Class SimpleBuildCustomizer

java.lang.Object
io.spring.initializr.generator.spring.build.SimpleBuildCustomizer
All Implemented Interfaces:
BuildCustomizer<Build>, org.springframework.core.Ordered

public class SimpleBuildCustomizer extends Object implements BuildCustomizer<Build>
Customize the Build as early as possible based on the information held in the ProjectDescription.
Author:
Andy Wilkinson, Stephane Nicoll