-
I am using grails 3 with the following plugins
` compile 'org.grails.plugins:grails-melody-plugin:1.76.1'
compile ('org.grails.plugins:cache-ehcache:3.0.0.M1')
compile "org.grails.plugins:…
-
It should resolve as grails-plugin-async-###.jar
-
### Issue description
Sample App: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT
Start with:
./gradlew bootRun
or
./grailsw run-app
```
2024-09-19T08:56:45.142-04…
-
I have some properties in Grails plugin that defines some javascript files. It uses both messages.properties and messages.i18n
I depend on that plugin in child container Grails app. In that app I def…
-
Grails 5.3.2 single file [build.gradle](https://github.com/codeconsole/website/blob/5.3.2/build.gradle)
[settings.gradle](https://github.com/codeconsole/website/blob/5.3.2/settings.gradle) 1 line o…
-
Potential candidate (code may not be called anymore so needs checking/debugging):
https://github.com/AtlasOfLivingAustralia/downloads-plugin/blob/develop/grails-app/services/au/org/ala/downloads/Do…
-
executing gradlew instead of gradle
> Configure project :platform
[Fatal Error] swagger-grails-0.5.0.pom:2:10: Already seen doctype.
FAILURE: Build failed with an exception.
* What went wron…
xqliu updated
7 months ago
-
Document the Requirements for Deploying to the Snapshot Repository
## Discuss
1. Should SNAPSHOTs continue to go to jfrog starting with 7.x?
2. Should the SNAPSHOT process require different config…
-
I use Grails 2.4.3 and added
compile (":app-info:1.1.1")
{ excludes 'jquery' }
When I do refresh-dependencies I got the following error:
```
|Compiling 339 source files
Note: Some input files use unc…
-
I am exploring the possibilities of using the phenotype database code base for project and study metadata registration. I am currently looking a bit into the code base and was trying to build it. I no…