dimas-b commented on code in PR #858:
URL: https://github.com/apache/polaris/pull/858#discussion_r1927753806
##########
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:
Do you think it might be preferable to move `application.properties` to
`quarkus/server` with some copy-paste in `quarkus/admin`?
I'm ok with this PR, but I'm not sure it's the best solution, TBH :)
--
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]