-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GrailsWebConsole feature should use grails-web-console not grails-console #511
Comments
@jdaugherty What are your thoughts on adding Option B is to add it to grails-forge/grails-forge-core/src/main/resources/pom.xml Lines 14 to 110 in 0684bcd
|
We should add it to the pom. We don't want to include plugins in the grails-bom unless they're considered part of core. |
The console that's in the bom should be the grails gradle console. |
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/grails/GrailsWebConsole.java
Lines 51 to 55 in 0684bcd
grails-console
should begrails-web-console
grails-web-console
is not currently in grails-bomThe text was updated successfully, but these errors were encountered: