A extension to the Gradle plugin to configure Grails settings
| Modifiers | Name | Description | 
|---|---|---|
| static class | GrailsExtension.Agent | Configuration for the reloading agent | 
| Type | Name and description | 
|---|---|
| GrailsExtension.Agent | agentConfigure the reloading agent | 
| boolean | native2asciiWhether to invoke native2ascii on resource bundles | 
| boolean | native2asciiAntWhether to use Ant to do the conversion | 
| boolean | packageAssetsWhether assets should be packaged in META-INF/assets for plugins | 
| Type | Name and description | 
|---|---|
| GrailsExtension.Agent | agent(groovy.lang.Closure configurer)Configure the reloading agent | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Configure the reloading agent
Whether to invoke native2ascii on resource bundles
Whether to use Ant to do the conversion
Whether assets should be packaged in META-INF/assets for plugins
Configure the reloading agent