-
Notifications
You must be signed in to change notification settings - Fork 10
Restructure grails-forge build #596
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
Conversation
grails-forge-core/src/test/groovy/org/grails/forge/build/gradle/GradleSpec.groovy
Outdated
Show resolved
Hide resolved
|
@matrei I believe I've implemented all of you feedback except the .configure { } suggestion we've talked about previously. I'd like to defer that to another change if that's ok. |
|
It seems there is a test failure: > Task :runCommand
Application class not found |
Apparently the args() of JavaExec do not like providers. I opened apache/grails-core#14816 to address this. Once that PR is merged, this PR will pass. |
|
The scaffolding spec is fixed. |
Initial rework on the grails-forge build to move away from buildSrc plugins and to start isolating micronaut related configuration to the individual projects