Class GradleConfiguration

java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleConfiguration

public class GradleConfiguration extends Object
A custom Gradle configuration that can be associated to a build.
Author:
Stephane Nicoll
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Return the name of the configuration.
      Returns:
      the configuration name
    • getExtendsFrom

      public Set<String> getExtendsFrom()
      Return the configuration names that this configuration should extend from.
      Returns:
      the configuration names that this configuration should extend from