updated build file
Some checks failed
Build Docker Image / Clean-Registry (push) Has been cancelled
Build Docker Image / Docker-Build (push) Has been cancelled

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-04 14:50:00 +01:00
parent 44acdcdc8a
commit e74f5ba1fe

View File

@@ -12,7 +12,7 @@ spotless {
target("**/src/**/java/**/*.java")
removeUnusedImports()
importOrder()
licenseHeader("/* © SRSoftware 2025 */")
licenseHeader("/* © SRSoftware 2026 */")
}
}