Class GradleConfiguration
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleConfiguration
A custom Gradle configuration that can be associated to a build.
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the configuration names that this configuration should extend from.getName()
Return the name of the configuration.
-
Constructor Details
-
GradleConfiguration
-
-
Method Details
-
getName
Return the name of the configuration.- Returns:
- the configuration name
-
getExtendsFrom
Return the configuration names that this configuration should extend from.- Returns:
- the configuration names that this configuration should extend from
-