gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.plugins
/
JavaResolutionConsistency
Java
Resolution
Consistency
API
@
Incubating
interface
JavaResolutionConsistency
(
source
)
Dependency resolution consistency configuration for the Java derived plugins.
Since
6.8
Members
Functions
use
Compile
Classpath
Versions
Link copied to clipboard
API
abstract
fun
useCompileClasspathVersions
(
)
Configures the runtime classpath of every source set to be consistent with the compile classpath.
use
Runtime
Classpath
Versions
Link copied to clipboard
API
abstract
fun
useRuntimeClasspathVersions
(
)
Configures the compile classpath of every source set to be consistent with the runtime classpath.