Like it's done for Gradle packages.
This would prevent the "double building" issue of Maven packages, by generating a JSON lockfile, which Nix can use to fetch .jar files.
It would also properly register those dependencies in Nix, which can be useful for supply-chain analysis.
Like it's done for Gradle packages.
This would prevent the "double building" issue of Maven packages, by generating a JSON lockfile, which Nix can use to fetch
.jarfiles.It would also properly register those dependencies in Nix, which can be useful for supply-chain analysis.