-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to zip plugin without options #137
Comments
@OndrejSpanel Can you use some workaround for this? E.g. having some action/listener? |
I can certainly install some harmless listener doing nothing, if that is enough to get some options to be indexed. I would not like to introduce some visible action when I need none. |
The issue is not very critical to me, I use assembly to pack my plugin at the moment anyway, but I wanted to check if perhaps using this plugin was feasible for me now. |
When I run
buildIntellijOptionsIndex
orpackageArtifactZip
on a plugin without any options, I get following error:To reproduce, create a plugin from the template and remove all
actions
andapplicationListeners
from itsplugin.xml
.The text was updated successfully, but these errors were encountered: