Package org.gradle.api.plugins.jvm
package org.gradle.api.plugins.jvm
Dependency modifiers that can access platform and enforced platforms in
dependencies
blocks.-
ClassDescriptionThis DSL element is used to add dependencies to a component, for instance a
TestSuite
implementation
dependencies are used at compilation and runtime.compileOnly
dependencies are used only at compilation and are not available at runtime.runtimeOnly
dependencies are not available at compilation and are used only at runtime.annotationProcessor
dependencies are used only at compilation for the annotation processor classpathA test suite is a collection of JVM-based tests.Defines the target environment against which aJvmTestSuite
will be run.Dependency modifier APIs that can find platform and enforced platforms in other modules fordependencies
blocks.Implementation for the enforced platform dependency modifier.Implementation for the platform dependency modifier.Dependency modifier APIs that can find test fixtures in other modules fordependencies
blocks.Implementation for the test fixtures dependency modifier.