bugfix: error field in response changed to "message"

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-03-25 10:59:54 +01:00
parent a47eb00a8b
commit ee6b48d4e4
3 changed files with 2 additions and 248 deletions

View File

@@ -12,7 +12,6 @@ spotless {
target("**/src/**/java/**/*.java")
removeUnusedImports()
importOrder()
clangFormat("19.1.7").style("file:config/clang-format")
licenseHeader("/* © SRSoftware 2024 */")
}
}
@@ -20,7 +19,7 @@ spotless {
subprojects {
group = "de.srsoftware"
version = "1.0-SNAPSHOT"
version = "1.0.0"
apply(plugin = "java")
apply(plugin = "maven-publish")