chore: update map

This commit is contained in:
2026-02-19 09:03:43 +01:00
parent 900c54c20b
commit 823ea7e739
64 changed files with 1839 additions and 3662 deletions
@@ -3,7 +3,7 @@ apply plugin: 'com.diffplug.spotless'
spotless {
java {
target 'src/main/java/**/*.java'
target 'src/**/*.java'
googleJavaFormat()
}
}