gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.plugins
/
JavaResolutionConsistency
Java
Resolution
Consistency
@
Incubating
interface
JavaResolutionConsistency
Dependency resolution consistency configuration for the Java derived plugins.
Members
Functions
use
Compile
Classpath
Versions
Link copied to clipboard
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
abstract
fun
useRuntimeClasspathVersions
(
)
Configures the compile classpath of every source set to be consistent with the runtime classpath.