org.grails.gradle.plugin.web.gsp.GspCompileOptions.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-gradle-plugin Show documentation
Show all versions of grails-gradle-plugin Show documentation
Grails Web Application Framework
package org.grails.gradle.plugin.web.gsp
import org.gradle.api.tasks.compile.GroovyForkOptions
/**
* Presents the Compile Options used by the {@llink GroovyPageForkCompileTask}
*
* @author David Estes
* @since 4.0
*/
class GspCompileOptions {
String encoding = "UTF-8"
GroovyForkOptions forkOptions = new GroovyForkOptions()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy