mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
README.org: Fix formatting
This commit is contained in:
12
README.org
12
README.org
@@ -15,9 +15,9 @@ Generate [[https://nixos.org/nix/][Nix]] expressions which build
|
|||||||
- [[#for-packagers][For packagers]]
|
- [[#for-packagers][For packagers]]
|
||||||
- [[#specifying-the-gradle-installation][Specifying the Gradle installation]]
|
- [[#specifying-the-gradle-installation][Specifying the Gradle installation]]
|
||||||
- [[#reference][Reference]]
|
- [[#reference][Reference]]
|
||||||
- [[#buildGradlePackage][=buildGradlePackage=]]
|
- [[#buildgradlepackage][buildGradlePackage]]
|
||||||
- [[#buildMavenRepo][=buildMavenRepo=]]
|
- [[#buildmavenrepo][buildMavenRepo]]
|
||||||
- [[#gradleSetupHook][=gradleSetupHook=]]
|
- [[#gradlesetuphook][gradleSetupHook]]
|
||||||
- [[#contributing][Contributing]]
|
- [[#contributing][Contributing]]
|
||||||
- [[#license][License]]
|
- [[#license][License]]
|
||||||
#+END_QUOTE
|
#+END_QUOTE
|
||||||
@@ -229,10 +229,10 @@ This function is a convenience wrapper around =stdenv.mkDerivation=
|
|||||||
that simplifies building Gradle projects with the lock files
|
that simplifies building Gradle projects with the lock files
|
||||||
produced by =gradle2nix=. It performs the following:
|
produced by =gradle2nix=. It performs the following:
|
||||||
|
|
||||||
1. Applies [[#gradleSetupHook][=gradleSetupHook=]], overriding the
|
1. Applies [[#gradlesetuphook][gradleSetupHook]], overriding the
|
||||||
required =gradle= package if specified.
|
required =gradle= package if specified.
|
||||||
2. Builds the offline Maven repository with
|
2. Builds the offline Maven repository with
|
||||||
[[#buildMavenRepo][=buildMavenRepo=]].
|
[[#buildmavenrepo][buildMavenRepo]].
|
||||||
3. Sets the JDK used to run Gradle if specified.
|
3. Sets the JDK used to run Gradle if specified.
|
||||||
4. Applies the offline repo to the Gradle build using an
|
4. Applies the offline repo to the Gradle build using an
|
||||||
initialization script.
|
initialization script.
|
||||||
@@ -261,7 +261,7 @@ produced by =gradle2nix=. It performs the following:
|
|||||||
In addition, this function accepts:
|
In addition, this function accepts:
|
||||||
- All arguments to =stdenv.mkDerivation=.
|
- All arguments to =stdenv.mkDerivation=.
|
||||||
- Arguments specific to =gradleSetupHook= (see
|
- Arguments specific to =gradleSetupHook= (see
|
||||||
[[#gradleSetupHook][below]]).
|
[[#gradlesetuphook][below]]).
|
||||||
|
|
||||||
*** =buildMavenRepo=
|
*** =buildMavenRepo=
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user