rootProjectDir

@get:Input
abstract val rootProjectDir: Property<String>(source)

Root project directory path. Used to resolve conventional build file paths for violation messages. Stored as a plain string rather than a Directory property so it doesn't skew UP-TO-DATE checks on the output file.