gradle

gradle 8.14.4

Enterprise-grade build system

<rendered-html><p>Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.</p> </rendered-html>

https://www.gradle.org/
Apache License 2.0
main program: gradleprograms: gradle, mitm-cache
Platforms (6)
aarch64-darwinx86_64-cygwinaarch64-linuxx86_64-linuxi686-windowsx86_64-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gradle
];
Ad-hoc shell
nix-shell -p gradle
Flake (nix run)
nix run nixpkgs#gradle