OneSignal-Gradle-Plugin
OneSignal-Gradle-Plugin copied to clipboard
There's memory leak in plugin
in GradleProjectPlugin, there's a static reference to project, this would cause memory leak. We should not keeps a static ref to it.
I have a fix in https://github.com/puderty/OneSignal-Gradle-Plugin/tree/fixleak
@puderty Thanks for reporting! We will look into cleaning this up.