mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-03-11 04:45:23 -04:00
Update build; improve caching; improve tests
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
with pkgs;
|
||||
|
||||
let
|
||||
buildGradle = pkgs.callPackage ./gradle-env.nix {};
|
||||
buildGradle = callPackage ./gradle-env.nix {};
|
||||
|
||||
gradle2nix = buildGradle {
|
||||
envSpec = ./gradle-env.json;
|
||||
|
||||
Reference in New Issue
Block a user