packageName

@get:Input
@get:Optional
abstract val packageName: Property<String>

The name of the package where the lexer shall be created. By default, the task tries to detect the package from the content of sourceFile. You may set the value to the empty string (""), if no subdirectory shall be created. The empty string represents the unnamed package.