flyrain commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2059350207


##########
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:
   My tests show that we still need to add it explicitly, otherwise, the 
`jandex.idx` will not be generated.



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