-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate to Intellij Platform Gradle Plugin #224
Conversation
@@ -158,61 +158,6 @@ jobs: | |||
path: ./build/distributions/${{ needs.build.outputs.artifact }} | |||
if-no-files-found: error | |||
|
|||
# Verify built plugin using IntelliJ Plugin Verifier tool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verifyPlugin
has been executed in Test
stage.
@@ -167,5 +167,5 @@ | |||
|
|||
</actions> | |||
|
|||
<product-descriptor code="PZENUML" release-date="20190601" release-version="20191" optional="true" /> | |||
<product-descriptor code="PZENUML" release-date="20241230" release-version="20251" optional="true" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verifyPlugin
requires the release-version
must have the same beginning with pluginVersion
. (202412
and 2024.12.xx
don't work, looks a potential bug in the Gradle plugin)
No description provided.