org.xtext.gradle.tasks.XtextBuilderOptions.xtend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtext-gradle-plugin Show documentation
Show all versions of xtext-gradle-plugin Show documentation
A plugin for invoking Xtext base Code generators
package org.xtext.gradle.tasks
import org.eclipse.xtend.lib.annotations.Accessors
import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Optional
@Accessors
class XtextBuilderOptions {
@Input boolean incremental = true
@Input @Optional String encoding
}