-
### Code Format
In the Grails Core module:
```groovy
if()
```
occurs `1529` times _vs_
```groovy
if (
```
occurs `6502` times.
I always remember back in the day at the University, my p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Thanks for making this nice plugin.
Could you please share information about support for Grails 5 for the plugin?
I have found in GitHub projects that most are used for Grails 2.x and Grails 3.x.
…
-
## Description
I have a mono repo architecture-
```
| - build.gradle
| - cooee-customer
| - cooee-admin
| - cooee-core (the plugin)
```
All the configurations are majorly there i…
-
Hello,
I am trying to use the taggable plugin on a 5.2.4 grails app. It looks like this github repo has been updated somewhat recently, but some of the content might be out of sync? Or, I may be miss…
-
`grails create-app website` results in a `website.jar` that is `146M`
The premise of Micronaut is to not have a [monolith app ](https://micronaut.io/micronaut-success-stories/from-monolith-to-microse…
-
always getting
![screen shot 2016-04-12 at 1 35 43 am](https://cloud.githubusercontent.com/assets/4193515/14440733/eb37ba32-004e-11e6-925b-d41bf8e18f47.png)
my build.gradle looks like
```
`buildscr…
-
Hey guys
I'm not quite sure whether my issue is on the grails-gradle-plugin side, the grails side, my configuration or a bit of everything so maybe you can help out.
We want to have our js/html res…
-
The dependency appears to be required solely for the `String` constant `RENDERING_VIEW_ATTRIBUTE`.
@codeconsole Could we either reverse this dependency or recreate the constant in `grails-gsp` to d…
-
The current version of the plugin seems not to work with Grails 4.0.0.M2
Simply created a test application
`grails create-app testQuartz`
Added the plugin dependency into build.gradle
`compile…