@CompileStatic class GrailsExtension extends Object
A extension to the Gradle plugin to configure Grails settings
Type | Name and description |
---|---|
boolean |
exploded Whether to include subproject dependencies as directories directly on the classpath, instead of as JAR files |
boolean |
native2ascii Whether to invoke native2ascii on resource bundles |
boolean |
native2asciiAnt Whether to use Ant to do the conversion |
boolean |
packageAssets Whether assets should be packaged in META-INF/assets for plugins |
boolean |
pathingJar Whether to create a jar file to reference the classpath to prevent classpath too long issues in Windows |
org.apache.tools.ant.Project |
project |
Constructor and description |
---|
GrailsExtension(org.apache.tools.ant.Project project) |
Whether to include subproject dependencies as directories directly on the classpath, instead of as JAR files
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
Whether to create a jar file to reference the classpath to prevent classpath too long issues in Windows
Allows defining plugins in the available scopes