diff --git a/build.gradle b/build.gradle index 93100f4d..f91af07f 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() } }