Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 3.22 KB

File metadata and controls

27 lines (19 loc) · 3.22 KB

Reproducible Builds an independently-verifiable path from source to binary code

Source code: https://github.com/takari/takari-plugin-testing-project.git

This project defines 3 modules:

rebuilding 3 releases of io.takari.maven.plugins:takari-plugin-testing-project:

  • 1 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 2 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
3.0.5 mvn jdk21 result: 5 ✅ 157K
3.0.4 mvn jdk11 result: 4 ✅ 1 ⚠️ 🔍 📝 157K
3.0.3 mvn jdk11 result: 4 ✅ 1 ⚠️ 🔍 📝 157K

(size is calculated without javadoc, that has been excluded from reproducibility checks)