[Git][reproducible-builds/reproducible-website][master] Replace `<details>` with L3 title on JVM+Helm pages

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Dec 5 16:54:41 UTC 2025



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


Commits:
aaae3771 by Robert Stupp at 2025-12-05T16:54:38+00:00
Replace `<details>` with L3 title on JVM+Helm pages

- - - - -


2 changed files:

- _docs/helm.md
- _docs/jvm.md


Changes:

=====================================
_docs/helm.md
=====================================
@@ -13,9 +13,8 @@ The package archive entries get a constant uid/gid and fixed POSIX permissions.
 The file modification time is set to the source files' modification time, which can vary.
 Consider setting a constant file modification time
 
-<details><summary>Set fixed file modification timestamp example</summary>
+### Set fixed file modification timestamp example
 
 ```bash
 find $PACKAGE_CONTENTS_DIRECTORY -exec touch -d "2000-01-01 00:00:00" {} +
 ```
-</details>


=====================================
_docs/jvm.md
=====================================
@@ -37,7 +37,7 @@ UTF-8 is the [default since Java 18](https://openjdk.org/jeps/400).
 Other system properties to consider depending on your build requirements are
 `user.language`, `user.country`, `user.variant`.
 
-<details><summary>Gradle example (<code>gradle.properties</code> file)</summary>
+### Gradle example (<code>gradle.properties</code> file)
 
 ```properties
 # Consistent character set and locale across all builds.
@@ -46,9 +46,8 @@ systemProp.user.language=en
 systemProp.user.country=US
 systemProp.user.variant=
 ```
-</details>
 
-<details><summary>Maven example</summary>
+### Maven example
 
 ```xml
 <!-- Consistent character set and locale across all builds. -->
@@ -59,7 +58,6 @@ systemProp.user.variant=
   <user.country></user.country>
 </properties>
 ```
-</details>
 
 ## Configuring Build Tools for Reproducible Builds
 
@@ -76,7 +74,7 @@ Gradle supports [reproducible archives](https://docs.gradle.org/current/userguid
 Tasks which generate archives, such as ZIPs, JARs or Tarballs, can enforce preserved file timestamps and reproducible file order which fix two of the main sources of non-determinism in JVM artifacts.
 Consider setting `dirPermissions` and `filePermissions` to adjust environment specific `umask` settings.
 
-<details><summary>Gradle example</summary>
+### Gradle reproducible archives example
 
 ```kotlin
 // This is applied to all Jar, Zip and Tar tasks.
@@ -96,7 +94,6 @@ tasks.withType<AbstractArchiveTask>().configureEach {
   }
 }
 ```
-</details>
 
 ### `sbt`
 



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/aaae3771e1ef1a542fffc2c93a758cf49a01f492
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/20251205/c60cae03/attachment.htm>


More information about the rb-commits mailing list