374ce3e6a8
We currently download 3 variants of the same version of the jdk for bundling into the distributions. Additionally, the vagrant images do their own downloading. This commit moves the jdk downloading into a utility gradle plugin. This will be used in a future PR by the packaging tests. The new plugin exposes a "jdks" project extension which allows creating named jdks. Once the jdk version and platform are set for a named jdk, the jdk object may be used as a lazy String for the jdk home path, or a file collection for copying. |
||
---|---|---|
.. | ||
darwin-tar | ||
integ-test-zip | ||
linux-tar | ||
no-jdk-darwin-tar | ||
no-jdk-linux-tar | ||
no-jdk-windows-zip | ||
oss-darwin-tar | ||
oss-linux-tar | ||
oss-no-jdk-darwin-tar | ||
oss-no-jdk-linux-tar | ||
oss-no-jdk-windows-zip | ||
oss-windows-zip | ||
windows-zip | ||
build.gradle |