public interface GosuSourceSet
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.SourceDirectorySet |
getGosu()
Returns the source to be compiled by the Gosu compiler for this source set.
|
GosuSourceSet |
gosu(groovy.lang.Closure configureClosure)
Configures the Gosu source for this set.
|
org.gradle.api.file.SourceDirectorySet getGosu()
GosuSourceSet gosu(groovy.lang.Closure configureClosure)
The given closure is used to configure the SourceDirectorySet which contains the Gosu source.
configureClosure - The closure to use to configure the Gosu source.