Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail builds if processing bad jars #1146

Merged
merged 6 commits into from
Jan 12, 2025
Merged

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Jan 11, 2025

charlie-lobo and others added 3 commits April 16, 2024 16:26
…files

// Conflicts:
//	src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowCopyAction.groovy
@Goooler Goooler changed the title Fail builds if ZipException is throwing Fail builds if processing bad jars Jan 11, 2025
…d-zip-files

// Conflicts:
//	src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowCopyAction.kt
@Goooler Goooler requested a review from Copilot January 11, 2025 16:51

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowPluginTest.kt: Language not supported
  • src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowCopyAction.kt: Language not supported
@Goooler Goooler merged commit a671b71 into main Jan 12, 2025
7 checks passed
@Goooler Goooler deleted the g/20250112/prevent-bad-zip-files branch January 12, 2025 01:30
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.

ShadowJar will report ZipException but not actually fail the build, creating invalid artifacts.
2 participants