preparing for gitea action workflow

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-04 20:48:57 +01:00
parent f80e6d9ea4
commit de98c400c7
2 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ spotless {
target("**/src/**/java/**/*.java")
removeUnusedImports()
importOrder()
licenseHeader("/* © SRSoftware 2024 */")
licenseHeader("/* © SRSoftware 2026 */")
}
}