I' trying to upgrade an old plugin the plugin rea...
# intellij-plugins
g
I' trying to upgrade an old plugin the plugin reads from the jar file
Copy code
URI resource = Objects.requireNonNull(getClass().getResource(""), "resource").toURI();
This used to work, but after the upgrade getResource("") returns null