snazy commented on code in PR #3176:
URL: https://github.com/apache/polaris/pull/3176#discussion_r2569808876
##########
runtime/server/build.gradle.kts:
##########
@@ -72,7 +72,11 @@ quarkus {
)
}
-tasks.register("run") { dependsOn("quarkusRun") }
+tasks.register("run") {
Review Comment:
```suggestion
tasks.register("runServer") {
```
"run" is a bit too generic, because we have many things (cli or admin tool)
that can be "run".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]