mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-22 06:24:47 +02:00
Reproducible file order
This commit is contained in:
parent
4dbc633d7d
commit
02330a5aa1
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ 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() }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue