Skip to content

Commit

Permalink
Modify gradle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Nov 15, 2023
1 parent 87b9abb commit cab1540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ processResources {
}
}

tasks.withType(AbstractArchiveTask).configureEach {
preserveFileTimestamps = false
reproducibleFileOrder = true
}

tasks.withType(JavaCompile).configureEach {
it.options.release = 17
}
Expand Down

0 comments on commit cab1540

Please sign in to comment.