Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Replace eventbus dependency with eventbus java
Removing the 'eventbus' dependency wasn't enough by itself as the build was then failing. Adding the transient 'eventbus-java' dependency was actually required in order to make the build successful again. ------------------------------------------------------------------------ This replacement was suggested by the dependency analysis report, see below: Unused dependencies which should be removed: implementation 'org.greenrobot:eventbus:3.3.1' These transitive dependencies should be declared directly: ... implementation 'org.greenrobot:eventbus-java:3.3.1' ...
- Loading branch information