-
Interfaces Interface Description org.gradle.api.artifacts.ArtifactIdentifier Will be removed in Gradle 9.0.org.gradle.api.artifacts.ClientModule org.gradle.api.artifacts.SelfResolvingDependency Dependencies should not be resolved outside a resolvable configuration. To resolve this dependency, add it to a resolvable configuration and resolve that configuration.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.plugins.Convention Use extensions instead. This is scheduled for removal in Gradle 9.org.gradle.api.publish.ivy.IvyDependency This type is not referenced by any other public API classes. It will be removed in Gradle 9.0org.gradle.api.publish.maven.MavenDependency This type is not referenced by any other public API classes. It will be removed in Gradle 9.0org.gradle.api.tasks.GroovySourceSet Using convention to contribute to source sets is deprecated. You can configure the groovy sources via theGroovySourceDirectorySet
extension (e.g.sourceSet.getExtensions().getByType(GroovySourceDirectorySet.class).setSrcDirs(...)
). This interface is scheduled for removal in Gradle 9.0.org.gradle.api.tasks.ScalaSourceSet Using conventions to contribute source sets is deprecated. You can configure the groovy sources via theScalaSourceDirectorySet
extension (e.g.sourceSet.getExtensions().getByType(ScalaSourceDirectorySet.class).setSrcDirs(...)
). This interface is scheduled for removal in Gradle 9.0.org.gradle.util.VersionNumber.Scheme
-
Enums Enum Description org.gradle.workers.IsolationMode
-
Exceptions Exceptions Description org.gradle.util.ConfigureUtil.IncompleteInputException org.gradle.util.GFileUtils.TailReadingException
-
Fields Field Description org.gradle.api.plugins.WarPlugin.WEB_APP_GROUP This constant scheduled for removal in Gradle 9.0org.gradle.jvm.toolchain.JvmVendorSpec.IBM_SEMERU We are grouping all IBM runtimes under the 'IBM
' vendor, won't keep a separate constant for Semeru ones. Just use 'IBM
' instead.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.
-
Constructors Constructor Description org.gradle.api.artifacts.ResolveException(String, Throwable) This constructor will be removed in 9.0