dimas-b commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2059370688
##########
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:
right... I meant
[this](https://github.com/apache/polaris/blob/6dc114924af120367b6b61f8c4ed2f7deface70e/build-logic/src/main/kotlin/polaris-java.gradle.kts#L181)
but it apparently still expect the module to declare the jandex plugin.
##########
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:
right... I meant
[this](https://github.com/apache/polaris/blob/6dc114924af120367b6b61f8c4ed2f7deface70e/build-logic/src/main/kotlin/polaris-java.gradle.kts#L181)
but it apparently still expects the module to declare the jandex plugin.
--
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]