dimas-b commented on code in PR #858:
URL: https://github.com/apache/polaris/pull/858#discussion_r1927342864
##########
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:
nit: maybe add a comment about IDE feature here (the PR's description is too
far away when working with code) :)
Does autocompletion work for Poalris-specific properties?
--
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]