Class PluginTestingExtension
java.lang.Object
com.palantir.gradle.plugintesting.PluginTestingExtension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<Boolean>Whether the configuration cache is enabled for tests.abstract org.gradle.api.provider.SetProperty<String>Gradle versions to test against.abstract org.gradle.api.provider.Property<Boolean>Whether to set the ignoreDeprecations system property when running tests.
-
Field Details
-
EXTENSION_NAME
- See Also:
-
-
Constructor Details
-
PluginTestingExtension
public PluginTestingExtension()
-
-
Method Details
-
getIgnoreGradleDeprecations
Whether to set the ignoreDeprecations system property when running tests. This is for nebula tests that will fail if there are gradle deprecations. -
getGradleVersions
Gradle versions to test against. -
getConfigurationCacheEnabled
Whether the configuration cache is enabled for tests.
-