This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new a11160ef Add jandex to `:polaris-container-spec-helper` (#1033)
a11160ef is described below
commit a11160efcf86107b9118087705c013a48f5511b6
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Feb 27 13:25:59 2025 -0600
Add jandex to `:polaris-container-spec-helper` (#1033)
---
tools/container-spec-helper/build.gradle.kts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/container-spec-helper/build.gradle.kts
b/tools/container-spec-helper/build.gradle.kts
index b13499a3..293844cf 100644
--- a/tools/container-spec-helper/build.gradle.kts
+++ b/tools/container-spec-helper/build.gradle.kts
@@ -17,7 +17,10 @@
* under the License.
*/
-plugins { id("polaris-server") }
+plugins {
+ alias(libs.plugins.jandex)
+ id("polaris-server")
+}
dependencies {
implementation(libs.slf4j.api)