Skip to content
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

Apply the name of the archive only to the result of buildPlugin task #308

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

AlexPl292
Copy link
Contributor

I suppose that this question was regarding the name of the resulting plugin archive.
With the existing script, the naming rule will apply to the all zip tasks, which is incorrect. This fact causes the problem that AceJump currently has a bit "incorrect" structure and even IJ plugin marketplace resolved it fine, it's a bit tricky to make a dependency to AceJump. intellij section in gradle script just cannot resolve such structure and it's needed to add the dependency manually.

This pull request reduces the naming rule only to the result of the buildPlugin task.

Additionally, here is a pic of the existing plugin structure:

Screenshot 2019-10-31 at 16 11 15

And here is a fixed structure:

Screenshot 2019-10-31 at 16 09 53

@breandan
Copy link
Collaborator

I recently encountered the very same issue when trying to update another plugin, but was unable to diagnose at the time. I thought maybe it was a problem with the gradle-intellij-plugin but apparently my poor understanding of the Gradle DSL is to blame. Thank you for investigating!

@breandan breandan merged commit 434cb46 into acejump:master Oct 31, 2019
@AlexPl292 AlexPl292 deleted the archiveName branch October 31, 2019 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants