-
We are migrating and trying out and older Grails 3.0.x application with Grails 4.1.0.M1. We have a not so trivial setup in a mono-repository structure which includes multiple grails applications, whic…
-
I am getting the following message when trying to install version 1.4.1 version.
'Could not resolve all dependencies for configuration ':classpath'.'
Could not find gradle.plugin.com.craigburke.g…
-
I used the same `build.gradle` as what is in the Readme and started with a clean directory:
```
> dir
Directory: c:\SomeProject
Mode LastWriteTime Length Name
---- …
-
Do the 3.x versions of this plugin still work with grails 2.x?
If so could we get some documentation updates indicating this has moved into grails-core.
If not could we get a new 2.x release to work…
-
grails 3.3.10
application.yml
grails:
plugin:
springsecurity:
ldap:
context:
managerDn: 'uid=admin,ou=system'
…
-
The plugin is not getting installed even though I have "compile 'org.grails.plugins:cookie:1.4'" in my build.gradle file. I checked the .gradle folder and I see all my other plugins have .jar files in…
-
I am using
- Using gradle version 3.4.1 in this shell.
- Using grails version 3.3.11 in this shell.
- Using java version 8.0.252-amzn in this shell.
When i run test app they give me JFrog err…
-
We have received multiple CVE tickets against Spring-Core used in grails services where the grails-gradle-plugin is a must have:
[CVE-2023-20860](https://nvd.nist.gov/vuln/detail/CVE-2023-20860)
[CV…
-
In the grails documentation about plugins, it suggests the following structure:
https://docs.grails.org/latest/guide/plugins.html
```
PROJECT_DIR
- settings.gradle
- myapp
- build.grad…
-
I have a multi-module project >> a main application with a plugin that the application depends on. I followed the project structure and configuration for the multi-project build mentioned in the Grai…