extract ColumnToggleContextMenu and createStatusIcon to separate classes

This commit is contained in:
Thomas Peetz
2025-04-01 22:09:41 +02:00
parent 1b18dae311
commit 976b4f3f47
10 changed files with 126 additions and 245 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ task dockerImage(type: Exec) {
}
task dockerCompose(type: Exec) {
dependsOn["dockerImage"]
dependsOn "dockerImage", "bootJar"
commandLine "docker", "compose", "up", "-d", "--build"
}