target File
Deprecated
Use pathToClass instead.
Replace with
pathToClass.set(/* add package if necessary */ "${lexerClass}.java")Content copied to clipboard
The location of the lexer class computed from the targetOutputDir. Because the lexer class is defined in the flex file, it needs to be passed here too.
Deprecated
Use pathToClass instead.
Replace with
pathToClass.set(lexerClass.map { /* add package if necessary */ "${it}.java" })Content copied to clipboard
The location of the lexer class computed from the targetOutputDir. Because the lexer class is defined in the flex file, it needs to be passed here too.