Contract for a Gradle "convention object" that acts as a handler for what I call a virtual directory mapping, injecting a virtual directory named 'antlr' into the project's various source.
Type | Name and description |
---|---|
AntlrSourceVirtualDirectory |
antlr(groovy.lang.Closure configureClosure) Configures the Antlr source for this set. |
SourceDirectorySet |
getAntlr() All Antlr source for this source set. |
Configures the Antlr source for this set. The given closure is used to configure the SourceDirectorySet (see getAntlr) which contains the Antlr source.
configureClosure
- The closure to use to configure the Antlr source.All Antlr source for this source set.