add jf.base placeholder
ci/woodpecker/push/gradle Pipeline failed Details
ci/woodpecker/push/pages Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-07-28 15:17:44 +02:00
parent 81d2f48893
commit f281dd0247
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// Placeholder to support jf.maven-publish linked from convention/
plugins {
base
}
tasks.withType<AbstractArchiveTask>().configureEach {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
}