Java Toolchain Repository
Named configuration of JavaToolchainResolver implementations, identified by their implementation class.
The implementation class is the only mandatory property (it identifies the JavaToolchainResolver being configured; the name is arbitrary, chosen by the build author).
Authentication related configuration is optional.
Since
7.6
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Credentials> AuthenticationSupported.credentials(credentialsType: KClass<T>, action: Action<in T>)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials.
Link copied to clipboard
Class implementing the JavaToolchainResolver being configured.