jamesfredley opened a new pull request, #14961:
URL: https://github.com/apache/grails-core/pull/14961
- Moves org.apache.grails:grails-rest-transforms to the base profile, so all
profiles include it.
- Updates core plugin artifactids in GrailsCompilerAutoConfiguration.java,
not sure how these were still using the old artifactids
Resolves:
./grails create-plugin
./gradlew build
```
> Task :compileGroovy FAILED
startup failed:
/Users/xxx/work/dc/tmp_2/grails-app/init/test/common/BootStrap.groovy: 3:
unable to resolve class jakarta.servlet.ServletContext
@ line 3, column 1.
import jakarta.servlet.ServletContext
```
There are still outstanding dependency differences when generating a plugin
from shell vs forge that will be ironed out for 7.0.0:
https://github.com/apache/grails-core/issues/14944
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]