Class PluginTestingExtension

java.lang.Object
com.palantir.gradle.plugintesting.PluginTestingExtension

public abstract class PluginTestingExtension extends Object
  • Field Details

  • Constructor Details

    • PluginTestingExtension

      public PluginTestingExtension()
  • Method Details

    • getIgnoreGradleDeprecations

      public abstract org.gradle.api.provider.Property<Boolean> 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

      public abstract org.gradle.api.provider.SetProperty<String> getGradleVersions()
      Gradle versions to test against.
    • getConfigurationCacheEnabled

      public abstract org.gradle.api.provider.Property<Boolean> getConfigurationCacheEnabled()
      Whether the configuration cache is enabled for tests.