ReactFX
ReactFX copied to clipboard
Plugin with id 'osgi' not found.
I'm trying to build the project but my Gradle keeps on reporting:
A problem occurred evaluating root project 'ReactFX'.
> Plugin with id 'osgi' not found.
From looking on the internet, it seems that the OSGi plugin was deprecated and removed in newer Gradle versions. Is there any workaround to that?
(In the meantime, I'll try to fix it on my side and propose a PR for the fix).