packageDir

@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.NAME_ONLY)
abstract val packageDir: DirectoryProperty

The directory where the assembled and ready-to-pack package is.

See also