[Git][reproducible-builds/reproducible-website][master] Link to Gradle archive specifics

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Dec 8 16:54:31 UTC 2025



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
4a785b2a by Robert Stupp at 2025-12-08T16:49:55+00:00
Link to Gradle archive specifics

Removing the duplicate content on the archives page, linking to the one on the JVM page.

- - - - -


1 changed file:

- _docs/archives.md


Changes:

=====================================
_docs/archives.md
=====================================
@@ -239,29 +239,4 @@ that.
 
 ## Gradle
 
-With [Kotlin](https://kotlinlang.org/) (recommended):
-
-```kotlin
-tasks.withType<AbstractArchiveTask>().configureEach {
-    isPreserveFileTimestamps = false
-    isReproducibleFileOrder = true
-    dirPermissions {
-        unix("rwxr-xr-x")
-    }
-    filePermissions {
-        unix("rw-r--r--")
-    }
-}
-```
-
-The Gradle website also has information on [working with reproducible archives](https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives).
-
-With Groovy:
-
-```groovy
-// Normalizes the ZIP and JAR archives
-tasks.withType(Zip) {
-   preserveFileTimestamps = false
-   reproducibleFileOrder = true
-}
-```
+See [Gradle reproducible archives](../jvm/#gradle) for more information.



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/4a785b2abd8deaaeefc019e368e7bcff05bf9235

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/4a785b2abd8deaaeefc019e368e7bcff05bf9235
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20251208/8dce079a/attachment.htm>


More information about the rb-commits mailing list