Skip to content

feat(deploy-artifacts): [INFRA-696] upload Gradle .module metadata with signatures and checksums - #311

Closed
VivekASHub wants to merge 1 commit into
mainfrom
INFRA-696
Closed

feat(deploy-artifacts): [INFRA-696] upload Gradle .module metadata with signatures and checksums#311
VivekASHub wants to merge 1 commit into
mainfrom
INFRA-696

Conversation

@VivekASHub

Copy link
Copy Markdown
Contributor
  • Gradle consumers prefer .module over the Maven POM. deploy-artifacts only uploaded jar/pom (plus .asc and checksums), so published artifacts fell back to POM-only resolution.

  • Structure and upload .module alongside jar/pom, including .module.asc in build-info and .module.md5/.sha1 without build-info. Keep signed checksums out of JFrog. Sign .module in sign-artifacts and cover the companions in deploy/sign tests.

…th signatures and checksums

Gradle consumers prefer .module over the Maven POM. deploy-artifacts only uploaded jar/pom (plus .asc and checksums), so published artifacts fell back to POM-only resolution.

Structure and upload .module alongside jar/pom, including .module.asc in build-info and .module.md5/.sha1 without build-info. Keep signed checksums out of JFrog. Sign .module in sign-artifacts and cover the companions in deploy/sign tests.
@VivekASHub
VivekASHub requested a review from a team as a code owner August 24, 2026 16:05
@alexs-aero

Copy link
Copy Markdown
Contributor

This PR is cross-functional with this one: #293
Cherry-picked and adopted.

@arrowplum

Copy link
Copy Markdown
Contributor

@alexs-aero do you mean to close this since you cherry picked the changes?

@VivekASHub

Copy link
Copy Markdown
Contributor Author

Closing this PR as these changes were cherry picked by @alexs-aero into a common PR #293 and merged. Thank you

@VivekASHub VivekASHub closed this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants