toggle menu
gradle
8.11.1
API
switch theme
search in API
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.