From 5b1f721eead2adf3822c104e0b539b2b421d1189 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 14 Apr 2025 11:11:32 +0200 Subject: [PATCH] Remove duplicate line in build.gradle --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index d05845b4..474c2cfd 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,6 @@ allprojects { // without this we would generate an empty pgpainless.jar for the project root // https://stackoverflow.com/a/25445035 jar { - reproducibleFileOrder = true onlyIf { !sourceSets.main.allSource.files.isEmpty() } }