Normalize jars
This commit is contained in:
@@ -169,6 +169,13 @@ subprojects {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
withType<AbstractArchiveTask> {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
dirMode = 493
|
||||
fileMode = 420
|
||||
}
|
||||
|
||||
withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ injector {
|
||||
// keep the sourcesets etc but remove useless tasks
|
||||
tasks {
|
||||
inject {
|
||||
dependsOn(configurations["combined"])
|
||||
dependsOn(combined)
|
||||
}
|
||||
classes {
|
||||
enabled = false
|
||||
|
||||
Reference in New Issue
Block a user