All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.grails.gradle.plugin.web.gsp.GspCompileOptions.groovy Maven / Gradle / Ivy

There is a newer version: 6.2.2
Show newest version
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