I created some custom gradle task based on JavaExec with the classpath configured to a custom configuration. This task is used in other non-grails gradle projects and works flawlessly. The problem is ...
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':runClient'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda ...