Package org.gradle.jvm.toolchain
Interface JavaToolchainDownload
The response provided by a
JavaToolchainResolver
to a specific
JavaToolchainRequest
.
Contains the download URI from which a Java toolchain matching the request can be downloaded from. The URI must point to either a ZIP or a TAR archive and has to be secure (so simple HTTP is not allowed, only HTTPS).
- Since:
- 7.6
-
Method Summary
-
Method Details
-
getUri
URI getUri() -
fromUri
-