We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47462bc commit 8373487Copy full SHA for 8373487
1 file changed
mise.toml
@@ -21,7 +21,7 @@ run = [
21
]
22
23
[tasks.start]
24
-Addepends = ["infrastructure"]
+depends = ["infrastructure"]
25
env = { SLEEPINGPILL_BASE_LOCATION = "http://localhost:8082", NO_AUTH_MODE = "true", SERVER_PORT = "5000", CAKE_LOCATION = "localhost" }
26
run = [
27
"mvn clean package",
0 commit comments