apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 350 forks source link

[Improvement] Remove `gravitino-web` jar from release package #5683

Open yuqi1129 opened 5 days ago

yuqi1129 commented 5 days ago

What would you like to be improved?

After execute ./gradlew compileDistribution -x test -x :docs:lintOpenAPI, some unexpected jars like gravitino-web-xxx.jar in the release package.

image

This a mirror issue of https://github.com/apache/gravitino/issues/5490, please refer to it to solve the problem

How should we improve?

No response

TungYuChiang commented 5 days ago

I'm interested in working on this issue. Please assign it to me

yuqi1129 commented 5 days ago

I'm interested in working on this issue. Please assign it to me

Sounds good, I will assign it to you.

TungYuChiang commented 2 days ago

@yuqi1129 I try ./gradlew compileDistribution -x test -x :docs:lintOpenAPI in my Mac and get results like following image

Screenshot 2024-11-29 at 8 41 48 PM

May I ask if this issue occurs randomly, or has it already been resolved?