query
On this page

mkGradle

pkgs.gradle-packages.mkGradle

Docs pulled from | This Revision | 1 day ago


Nixpkgs manual

Calls the generated Gradle package with default arguments.

Noogle detected

Implementation

The following is the current implementation of this function.

mkGradle = args: callPackage (mkGradle' args) { };