matrei commented on code in PR #14994:
URL: https://github.com/apache/grails-core/pull/14994#discussion_r2289045233


##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/database/H2.java:
##########
@@ -20,12 +20,18 @@
 
 import io.micronaut.context.annotation.Primary;
 import jakarta.inject.Singleton;
+import org.grails.forge.application.ApplicationType;
 import org.grails.forge.application.generator.GeneratorContext;
 import org.grails.forge.build.dependencies.Dependency;
+import org.grails.forge.feature.DefaultFeature;
+import org.grails.forge.feature.Feature;
+import org.grails.forge.options.Options;
+
+import java.util.Set;
 
 @Singleton
 @Primary
-public class H2 extends DatabaseDriverFeature {
+public class H2 extends DatabaseDriverFeature implements DefaultFeature {

Review Comment:
   Good catch! I'll add another condition for when to apply it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to