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

Fixed shading of the asm dependency #147

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

arpsmack
Copy link
Contributor

Removed the "plugin" configuration and reverted back to using the default configuration setting for the shadow plugin.

Added SLF4J to the shadow configuration so it doesn't get shaded. SLF4J is a super common dependency for a lot of libraries and has a very stable API.

Removed the "plugin" configuration and reverted back to using the default configuration setting for the shadow plugin.

Added SLF4J to the shadow configuration so it doesn't get shaded. SLF4J is a super common dependency for a lot of libraries and has a very stable API.
@sirhcel
Copy link

sirhcel commented Jan 19, 2024

Thank you for your fix @arpsmack! This brings packaging with JDK 17 back on track for me.

It required a fair bit of configuration to convince Gradle to use a custom hotfix release from a custom artifact repostitory in CI. According to the comments in #136, this fixes the issue for many. Could you please release this change @hakanai, so that it could be easily fetched from a public artifact repository?

@hakanai hakanai merged commit e862997 into beryx:master Jan 22, 2024
@hakanai
Copy link
Collaborator

hakanai commented Jan 22, 2024

It's merged. As for releasing... I don't know how to do it yet. 😅

@sirhcel
Copy link

sirhcel commented Feb 3, 2024

@siordache do see an issue with cutting a new release for getting this change into a public repository? You did the last one. Could you please help us here as well?

@siordache
Copy link
Member

siordache commented Feb 4, 2024

I configured the credentials for the Gradle Plugins Portal and added a GitHub action for publishing to it.

@hakanai You should be able now to do releases yourself:

Give it a try!

@mavek87
Copy link

mavek87 commented Feb 20, 2024

any news for the release?

@siordache
Copy link
Member

Release 1.13.1 is out!

@hakanai
Copy link
Collaborator

hakanai commented Feb 21, 2024 via email

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.

5 participants