dimas-b commented on code in PR #858:
URL: https://github.com/apache/polaris/pull/858#discussion_r1927755523


##########
quarkus/defaults/build.gradle.kts:
##########
@@ -17,6 +17,21 @@
  * under the License.
  */
 
-plugins { id("polaris-server") }
+plugins {
+  alias(libs.plugins.quarkus)
+}
+
+dependencies {
+  compileOnly(platform(libs.quarkus.bom))

Review Comment:
   When I make this module, I was mainly trying to avoid copy-paste of config, 
but if it helps with IDE workflows, I suppose we can tolerate some config 
duplication in favour of nicer dev UX.
   
   Also, as the admin tool matures, there's probably going to be less config 
overlap with the main server. WDYT?



-- 
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]

Reply via email to