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>Deprecated.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
Deprecated.Usegradle/gradle-test-versions.ymlto set Gradle versions to test against. This property will be removed as part of rolling outgradle/gradle-test-versions.yml.Gradle versions to test against. -
getConfigurationCacheEnabled
Whether the configuration cache is enabled for tests.
-
gradle/gradle-test-versions.ymlto set Gradle versions to test against.