pathToPsiRoot

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

Deprecated

The property is removed without replacement. Be aware that the task may delete all files in `targetRootOutputDir` after unsetting this property. You may set `purgeOldFiles = false` to avoid deleting the files. When this property and `pathToParser` is not set, `purgeOldFiles` gets enabled by default. This property is only relevant when the directory at `targetRootOutputDir` overlaps with other files. Note that overlapping task outputs are discouraged by Gradle and can cause issues with the build cache.

The location of the generated PSI files, relative to the targetRootOutputDir. For backwards compatibility, setting this property changes the default of purgeOldFiles to false. Otherwise, the value of this property is only used when purgeOldFiles is set to true. When this property is set, only the given file or directory is deleted before re-generating the parser.