gradle: expose gradle-unwrapped in passthru

This commit is contained in:
chayleaf
2024-07-24 08:49:17 +07:00
parent 7b98a39e46
commit 0c5419df39
@@ -211,6 +211,7 @@ rec {
passthru = {
fetchDeps = callPackage ./fetch-deps.nix { inherit mitm-cache; };
inherit (gradle) jdk;
unwrapped = gradle;
};
meta = gradle.meta // {