binarycat0 commented on code in PR #3176:
URL: https://github.com/apache/polaris/pull/3176#discussion_r2569863439
##########
runtime/server/build.gradle.kts:
##########
@@ -72,7 +72,11 @@ quarkus {
)
}
-tasks.register("run") { dependsOn("quarkusRun") }
+tasks.register("run") {
Review Comment:
I agree, but my main intension of this PR was to make this tasks visible,
cause there are scripts and manuals which mention "run" and it's not obvious
from what place it appears if you're not so experienced in quarkus/gradle. I
decided to just specify a "group" for those hidden tasks and make them easy to
find.
The changing taskName can be delivered in next PR.
--
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]