extract ColumnToggleContextMenu and createStatusIcon to separate classes
This commit is contained in:
@@ -154,7 +154,7 @@ task dockerImage(type: Exec) {
|
||||
}
|
||||
|
||||
task dockerCompose(type: Exec) {
|
||||
dependsOn["dockerImage"]
|
||||
dependsOn "dockerImage", "bootJar"
|
||||
commandLine "docker", "compose", "up", "-d", "--build"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user