From e5502553557c6aa8eeaac6800369cf2c6646fbbc Mon Sep 17 00:00:00 2001 From: 7karni <7karni@proton.me> Date: Wed, 3 Dec 2025 17:29:35 +0530 Subject: [PATCH 1/2] doc/gradle: correction (other _than_) --- doc/languages-frameworks/gradle.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/gradle.section.md b/doc/languages-frameworks/gradle.section.md index 37e840935689..e2dc35b89190 100644 --- a/doc/languages-frameworks/gradle.section.md +++ b/doc/languages-frameworks/gradle.section.md @@ -138,7 +138,7 @@ The update script does the following: downstream, non-nixpkgs projects) - `data` - path to the dependencies lockfile (can be relative to the package, can be absolute). In nixpkgs, it's discouraged to have the - lockfiles be named anything other `deps.json`, consider creating + lockfiles be named anything other than `deps.json`, consider creating subdirectories if your package requires multiple `deps.json` files. ## Environment {#gradle-environment} From e2841249077a62501f3af5e7c4445068f356c289 Mon Sep 17 00:00:00 2001 From: 7karni <7karni@proton.me> Date: Wed, 3 Dec 2025 17:30:36 +0530 Subject: [PATCH 2/2] doc/gradle: edit (split sentence) --- doc/languages-frameworks/gradle.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/gradle.section.md b/doc/languages-frameworks/gradle.section.md index e2dc35b89190..8f3659d3dd6d 100644 --- a/doc/languages-frameworks/gradle.section.md +++ b/doc/languages-frameworks/gradle.section.md @@ -138,7 +138,7 @@ The update script does the following: downstream, non-nixpkgs projects) - `data` - path to the dependencies lockfile (can be relative to the package, can be absolute). In nixpkgs, it's discouraged to have the - lockfiles be named anything other than `deps.json`, consider creating + lockfiles be named anything other than `deps.json`. Consider creating subdirectories if your package requires multiple `deps.json` files. ## Environment {#gradle-environment}