-
grails-gradle-plugin: 2.1.2
gralis: 2.3.8
gradle: 2.2
Executing war task with property in BuildConfig.groovy
grails.project.war.file = "ROOT.war"
Yet it still defaults to appname-version.war
My un…
-
With
```
buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:5.1.4"
}
}
sourceCompatibility = 17
targetCompatibility = 17
```
on JDK 17, we get an error on `./grad…
-
When you add the plugin to your build.gradle and build, it couln't found it.
I tryed with `maven { url "https://repo.grails.org/grails/core" }` but no success
```
Could not find org.grails.plug…
-
The plugin does not work with grails 3.2.3.
How to reproduce:
* grails 3.2.3
* in a brand new grails-app (via grails-create app)
* integrate plugin as per README
* gradle bootrun --> failure…
-
I have upgraded the app to grails 4 but the endpoint does not show the git.properties values in json. I tried to manipulate many of the options in
- https://github.com/n0mer/gradle-git-properties
…
-
Hey,
I'm trying to run gradle-grails app in debug mode from IntellijIdea 13. I use 2.1.0 version of plugin and 2.1 Gradle version. Grails is on 2.4.3 version.
I decided to create special task for thi…
-
When running the gradle asciidoctor build task, I get this error:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':asciidoctor'.
at org.gradle.api.internal.tasks…
-
using example from readme and gradle 2.8:
```
$ gradle init
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
FAILURE: Build failed with an exception.
* Where:
Build f…
-
- [x] Instalador Windows: Empacotar diretório instalação.
- [x] Criação arquivos de configuração: Arquivos: application.groovy - /*grails.plugin.reveng.includeTables = ['base','adm']*/
grails.plug…
-
When I go through the [multiproject support demo](https://guides.grails.org/grails-multi-project-build/guide/index.html) (#569), I get this error:
shellError while updating Gradle classpath
…