From 8bc29a30111081ee0b0dbe06d1f648a789909a27 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 5 Apr 2022 17:33:26 +0300 Subject: [PATCH] Apply reproducible-build-maven-plugin to fix ordering in resulting jars Plugin https://github.com/Zlika/reproducible-build-maven-plugin has an Apache 2-0 licence. There's an explicit mentioning that ZIP and JAR entries ordering `depends on file system order` at https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318 kotlin-annotation-processing-maven-{version}-sources.jar kotlin-archetype-js-{version}-sources.jar kotlin-archetype-jvm-{version}-sources.jar kotlin-maven-allopen-{version}-sources.jar and other jars were affected. KTI-729 --- libraries/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libraries/pom.xml b/libraries/pom.xml index ac0a662d8ab..edb7f3aeef2 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -234,6 +234,19 @@ + + + io.github.zlika + reproducible-build-maven-plugin + 0.15 + + + + strip-jar + + + +