EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

Added manifest entry to the eventbus-java jar file

Open plumstone opened this issue 3 years ago • 3 comments
trafficstars

Solves the warning mentioned in https://github.com/greenrobot/EventBus/issues/507

plumstone avatar Jun 01 '22 18:06 plumstone

Thanks! We'll have a look at some point if that is enough (note: I remember something about package names not being allowed to overlap, need to check if the Android artifact ever is supposed to use modules, too).

greenrobot-team avatar Jun 13 '22 13:06 greenrobot-team

The build failed due to an error in the jdk setup process. Maybe we should consider updating the jdk to temurin (successor of adopt) https://github.com/actions/setup-java#basic

plumstone avatar Jul 06 '22 09:07 plumstone

@plumstone Thanks for the info! Fixed in master branch, e.g. rebase your change onto or merge the changes from master.

greenrobot-team avatar Jul 11 '22 08:07 greenrobot-team