Interface | Description |
---|---|
org.gradle.api.artifacts.transform.VariantTransform |
Use
TransformSpec instead. |
org.gradle.api.execution.TaskActionListener |
This type is not supported when configuration caching is enabled.
|
org.gradle.api.execution.TaskExecutionListener |
This type is not supported when configuration caching is enabled.
|
org.gradle.api.initialization.dsl.VersionCatalogBuilder.AliasBuilder |
With the removal of
VersionCatalogBuilder.alias(String) , this class will no longer needed. |
org.gradle.api.plugins.antlr.AntlrSourceVirtualDirectory |
Using conventions to contribute source sets is deprecated. You can configure the antlr sources via the
AntlrSourceDirectorySet extension (e.g.
sourceSet.getExtensions().getByType(AntlrSourceDirectorySet.class).setSrcDirs(...) ). This interface is scheduled for removal in Gradle 8.0. |
org.gradle.api.tasks.GroovySourceSet |
Using convention to contribute to source sets is deprecated. You can configure the groovy sources via the
GroovySourceDirectorySet extension (e.g.
sourceSet.getExtensions().getByType(GroovySourceDirectorySet.class).setSrcDirs(...) ). This interface is scheduled for removal in Gradle 8.0. |
org.gradle.api.tasks.incremental.IncrementalTaskInputs |
Use
InputChanges instead. |
org.gradle.api.tasks.ScalaSourceSet |
Using conventions to contribute source sets is deprecated. You can configure the groovy sources via the
ScalaSourceDirectorySet extension (e.g.
sourceSet.getExtensions().getByType(ScalaSourceDirectorySet.class).setSrcDirs(...) ). This interface is scheduled for removal in Gradle 8.0. |
org.gradle.util.VersionNumber.Scheme | |
org.gradle.workers.WorkerConfiguration |
Enum | Description |
---|---|
org.gradle.workers.ForkMode | |
org.gradle.workers.IsolationMode |
Exceptions | Description |
---|---|
org.gradle.api.artifacts.transform.ArtifactTransformException | |
org.gradle.util.ConfigureUtil.IncompleteInputException | |
org.gradle.util.GFileUtils.TailReadingException |
Field | Description |
---|---|
org.gradle.api.attributes.Usage.JAVA_API_CLASSES | |
org.gradle.api.attributes.Usage.JAVA_API_JARS | |
org.gradle.api.attributes.Usage.JAVA_RUNTIME_CLASSES | |
org.gradle.api.attributes.Usage.JAVA_RUNTIME_JARS | |
org.gradle.api.attributes.Usage.JAVA_RUNTIME_RESOURCES | |
org.gradle.testing.jacoco.plugins.JacocoPluginExtension.project | |
org.gradle.util.GradleVersion.RESOURCE_NAME |
will be removed in Gradle 9.
|
org.gradle.util.GradleVersion.URL |
will be removed in Gradle 9.
|
org.gradle.util.GradleVersion.VERSION_NUMBER_PROPERTY |
will be removed in Gradle 9.
|
org.gradle.util.GradleVersion.VERSION_OVERRIDE_VAR |
will be removed in Gradle 9.
|
Constructor | Description |
---|---|
org.gradle.language.scala.tasks.AbstractScalaCompile(BaseScalaCompileOptions) |