-
## Description
I have a mono repo architecture-
```
| - build.gradle
| - cooee-customer
| - cooee-admin
| - cooee-core (the plugin)
```
All the configurations are majorly there i…
-
Steps to reproduce:
1) created new grails-app within intellij 13.1
2) created a new domain object "Player" with intiellij
3) Tried to create a new controller for Player, but fails with the below error…
-
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…
-
Grails version: 3.3.1 Rendering plugin: 2.0.3
To duplicate, create a Grails project with one class called Person with three String attributes: name, surname, emailAddress. At the bottom of the show…
-
No qualifying bean of type 'grails.plugins.GrailsPluginManager' available
### Expected Behavior
grails 6.1.2, 6.2.0 and 7.0.0-SNAPSHOT
>gradlew runCommand -Pargs="generate-controller samp…
-
### Expected Behavior
Run custom command success
### Actual Behaviour
Context failed to load: No qualifying bean of type 'grails.plugins.GrailsPluginManager' available
See https://docs.gradle.org…
-
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.
…
-
Currently Spring loaded ignores all classes under the grails/\* package, but some plugins exist under `grails/plugins/*`
When developing these plugins reloading doesn't work, it would be nice if it …
-
I have the same issue as discussed in http://grails.1312388.n4.nabble.com/Logback-Plugin-Cannot-resolve-dependency-td4640217.html.
I was trying to find the logback-0.1.1.pom in Grails main plugin rep…
-
This projects is not able to run within Grails 2.4.3
I cloned the repo, ran grails set-grails-version 2.4.3 and then ran grails test-app
```
$ grails test-app
| Compiling 14 source files
[groovy…