Interface AntlrSourceDirectorySet

All Superinterfaces:
AntBuilderAware, Buildable, Describable, FileCollection, FileTree, Iterable<File>, Named, PatternFilterable, SourceDirectorySet

public interface AntlrSourceDirectorySet extends SourceDirectorySet
Contract for a Gradle extension 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 sets.
Since:
7.1
  • Field Details

    • NAME

      static final String NAME
      Name of the source set extension contributed by the antlr plugin.
      Since:
      8.0
      See Also: