Class BuildOptionsPlugin
java.lang.Object
com.carrotsearch.gradle.buildinfra.AbstractPlugin
com.carrotsearch.gradle.buildinfra.buildoptions.BuildOptionsPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
A plugin providing
buildOptions extension with overrideable key-value options that may
affect the build. For example, a random tests.seed or tests.filter.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.carrotsearch.gradle.buildinfra.AbstractPlugin
getLibsCatalog, isRootProject, pluginAppliedToRootProject, reportError, reportError
-
Field Details
-
BUILD_OPTIONS_FILE
- See Also:
-
LOCAL_BUILD_OPTIONS_FILE
- See Also:
-
OPTIONS_EXTENSION_NAME
- See Also:
-
-
Constructor Details
-
BuildOptionsPlugin
@Inject public BuildOptionsPlugin(org.gradle.api.problems.Problems problems)
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project)
-