gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.artifacts.result
/
UnresolvedArtifactResult
Unresolved
Artifact
Result
interface
UnresolvedArtifactResult
:
ArtifactResult
An artifact that could not be resolved.
Members
Functions
get
Failure
Link copied to clipboard
abstract
fun
getFailure
(
)
:
Throwable
The failure that occurred when the artifact was resolved.
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
Class
<
out
Artifact
>