-
As of Grails 6.0.0, it is now required to add the following to an apps `build.gradle`
```
tasks.withType(War).configureEach { War war ->
war.dependsOn compileGroovyPages
}
```
This shoul…
-
I'm hoping to get some guidance on how to properly configure the grails-force-ssl plugin. I have installed it on my application, but I do not observe the expected behavior. In other words, my requests…
-
https://docs.google.com/document/d/177i1DJ6iPtuvziXrcMoIOImVqJXfIFxLlOIS5sre72I/edit?tab=t.0#heading=h.iv8c37f5fktv
-
I'm porting a working application from grails4 to grails5. I've already ported several other apps to grails5 (albeit, not ones that use views-json), so I'm fairly comfortable with the grails5 upgrade…
-
from a review by @jakubjab:
>I like the idea that for gradle projects doctoolchain can be integrated into the project directly. What I'm missing is some documentation about it. If I had gradle proj…
-
Hi there,
I am trying to migrate an old grails app to grails 3. I am using grails 3.0.10. I was using the rendering plugin in my old app to generate PDFs and have a bunch of PDFs built this way whi…
-
Hi, I've recently started using the Hibernate Search plugin with Grails 4.
As a FYI, it works fine but I had to override the following dependency in build.gradle to get search working:
`compile "org…
-
I created a fresh Grails 4.0.8 application and tried to exclude h2 from the resulting build artifact. Is tried to simply remove the h2 dependency from `build.gradle`. But h2 is still somehow reference…
-
Plugin version 2.1.0 has an issue in war filename resolution
| Done creating WAR null
Plugin version 2.0.1 creates a war file successfully for grails-war command
| Done creating WAR build/distributi…
-
I am busy with a (long overdue) upgrade of a Grails2 app to Grails3. Part of the upgrade is maintaining the Joda Time functionality. This has likely succeeded, but with a configuration that is not doc…