Comment out more stuff

This commit is contained in:
Johannes Frohnmeyer 2021-11-29 19:11:09 +00:00
parent 4ef5adeda5
commit 799ef0966c
1 changed files with 4 additions and 4 deletions

View File

@ -189,10 +189,10 @@ allprojects {
from sourceSets.main.allSource
}
tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}
//tasks.withType(AbstractArchiveTask) {
// preserveFileTimestamps = false
// reproducibleFileOrder = true
//}
}
subprojects {