violationAction

abstract fun violationAction(level: ViolationAction)

Build behavior when a license violation is found.

licensee {
violationAction(LOG)
}

The default behavior is to fail.

Note: Setting this to ignore does not affect the contents of the validation.txt file which always contains all artifacts and their validation status.

See also