improved diff for journal

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-12 22:40:38 +01:00
parent 214eb652e1
commit 3524bae1d8
5 changed files with 13 additions and 14 deletions

View File

@@ -9,4 +9,5 @@ tasks.processResources {
from("../frontend/dist") {
into("web")
}
}
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}