flyrain commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2059344291
##########
extension/persistence/relational-jdbc/build.gradle.kts:
##########
@@ -17,7 +17,10 @@
* under the License.
*/
-plugins { id("polaris-server") }
+plugins {
+ id("polaris-server")
+ alias(libs.plugins.jandex)
Review Comment:
looks like a bunch of modules add it explicitly. We may clean it up if it
comes as the default.
--
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]