BaselineProfile

Added in 8.2.0-beta03

@Incubating
interface BaselineProfile


DSL object in Optimization for configuring properties related to Baseline Profiles.

Summary

Public properties

MutableSet<String>

Ignore baseline profiles from listed external dependencies.

Boolean

Ignore baseline profiles from all the external dependencies.

Public properties

ignoreFrom

Added in 8.2.0-beta03
val ignoreFromMutableSet<String>

Ignore baseline profiles from listed external dependencies. External dependencies can be specified via GAV coordinates(e.g. "groupId:artifactId:version") or in the format of "groupId:artifactId" in which case dependencies are ignored as long as they match groupId & artifactId.

ignoreFromAllExternalDependencies

Added in 8.2.0-beta03
var ignoreFromAllExternalDependenciesBoolean

Ignore baseline profiles from all the external dependencies.