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

Migrate to Intellij Platform Gradle Plugin #224

Merged
merged 6 commits into from
Dec 30, 2024
Merged

Conversation

whimet
Copy link
Collaborator

@whimet whimet commented Dec 25, 2024

No description provided.

@whimet whimet requested a review from MrCoder December 25, 2024 04:36
@whimet whimet changed the title Intellij Platform Plugin migration - runIde task works Migrate to Intellij Platform Gradle Plugin Dec 27, 2024
@@ -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
Copy link
Collaborator Author

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" />
Copy link
Collaborator Author

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)

@whimet whimet merged commit 6d6cf85 into master Dec 30, 2024
8 checks passed
@whimet whimet deleted the intellij-plugin-migration branch December 30, 2024 04:09
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.

1 participant