grails-forge-core/src/main/java/org/grails/forge/feature/grails/GrailsGradlePlugin.java [53:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return true;
    }

    @Override
    public boolean isVisible() {
        return false;
    }

    @Override
    public void apply(GeneratorContext generatorContext) {
        final ApplicationType applicationType = generatorContext.getApplicationType();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



grails-forge-core/src/main/java/org/grails/forge/feature/spring/SpringBootStarterFeature.java [43:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return true;
    }

    @Override
    public boolean isVisible() {
        return false;
    }

    @Override
    public void apply(GeneratorContext generatorContext) {
        final ApplicationType applicationType = generatorContext.getApplicationType();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



