Interface | Description |
---|---|
org.gradle.api.artifacts.ClientModule | |
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.0
|
org.gradle.api.publish.maven.MavenDependency |
This type is not referenced by any other public API classes. It will be removed in Gradle 9.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 9.0. |
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 9.0. |
org.gradle.util.VersionNumber.Scheme |
Enum | Description |
---|---|
org.gradle.workers.IsolationMode |
Exceptions | Description |
---|---|
org.gradle.util.ConfigureUtil.IncompleteInputException | |
org.gradle.util.GFileUtils.TailReadingException |
Field | Description |
---|---|
org.gradle.api.plugins.WarPlugin.WEB_APP_GROUP |
This constant scheduled for removal in Gradle 9.0
|
org.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.
|