From 07ba548f6efb082664224118b80988b0f89d3b02 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Wed, 21 Feb 2024 23:17:40 +0100 Subject: [PATCH] Add reproducible builds section to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ff63c7..cc262371 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,10 @@ WIP ### Reproducible Builds -WIP +The artifacts produced by this plugin are fully reproducible. +This includes OCI layers as well as the OCI metadata. +Reproducibility means that the exact same binaries can be recreated when using the same inputs. +More information on reproducible builds can be found on [https://reproducible-builds.org/](https://reproducible-builds.org/). ### Gradle Native Integration