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

gradle: Avoid setting a manifest object #5276

Merged
merged 1 commit into from Jun 4, 2022

Conversation

bjhargrave
Copy link
Member

@bjhargrave bjhargrave commented Jun 3, 2022

Instead of setting a manifest object in the task so that we can
set the effective manifest, after building we merge the generated
manifest into the existing manifest object.

Fixes #5275

@bjhargrave bjhargrave force-pushed the issues/5275 branch 2 times, most recently from 879dad5 to 3be4064 Compare June 3, 2022 22:43
@bjhargrave bjhargrave changed the title gradle: Use a proxy to wrap the existing manifest gradle: Avoid setting a manifest object Jun 4, 2022
@bjhargrave bjhargrave added the maint-candidate Issues or pull requests that are candidates for a maintenance release label Jun 4, 2022
Rather than setting a manifest object in the task so that we can
set the effective manifest after building, we instead merge the
generated manifest into the existing manifest object.

Fixes bndtools#5275

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
@bjhargrave bjhargrave merged commit aab8139 into bndtools:master Jun 4, 2022
@bjhargrave bjhargrave deleted the issues/5275 branch June 4, 2022 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maint-candidate Issues or pull requests that are candidates for a maintenance release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClassCastException in Gradle build after upgrade to 6.3.0
1 participant