Skip to content

Commit

Permalink
[Improvement] Remove gravitino-docs-*.jar from Gravitino release files (
Browse files Browse the repository at this point in the history
apache#5615)

### What changes were proposed in this pull request?

Remove gravitino-docs-*.jar from Gravitino release files

![image](https://github.com/user-attachments/assets/a5828879-ef4b-4068-9779-96b52c4609ea)

### Why are the changes needed?

close apache#5490 

### Does this PR introduce _any_ user-facing change?

None
  • Loading branch information
hdygxsj authored Nov 22, 2024
1 parent 7c2c0f0 commit e89d80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@ tasks {
!it.name.startsWith("trino-connector") &&
it.name != "bundled-catalog" &&
it.name != "hive-metastore-common" && it.name != "gcp-bundle" &&
it.name != "aliyun-bundle" && it.name != "aws-bundle" && it.name != "azure-bundle"
it.name != "aliyun-bundle" && it.name != "aws-bundle" && it.name != "azure-bundle" &&
it.name != "docs"
) {
dependsOn("${it.name}:build")
from("${it.name}/build/libs")
Expand Down

0 comments on commit e89d80f

Please sign in to comment.