Skip to content

impl: migrate platform plugin to latest 2.x #50

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

Merged
merged 6 commits into from
Jul 4, 2025

Conversation

fioan89
Copy link
Collaborator

@fioan89 fioan89 commented Jul 3, 2025

IntelliJ Platform Gradle Plugin 2.x is the build system that supersedes the Gradle IntelliJ Plugin 1.x, and this is the version that also comes with the ability to provide unlimited until buil
d support.

This is a major overhaul of the DSL, I've tested these changes locally with IntelliJ Community 2022 (the minimum supported
version), and I've also compared the plugin.xml and the zip content with a previous version to make sure
it is generated correctly.

fioan89 added 5 commits July 4, 2025 01:15
IntelliJ Platform Gradle Plugin 2.x is the build system that supersedes the Gradle IntelliJ Plugin 1.x, and this is the version that also comes with the ability to provide unlimited until build support.

This is a major overhaul of the DSL, I've tested these changes locally with IntelliJ Community 2022 (the minimum supported
version), and I've also compared the plugin.xml and the zip content with a previous version to make sure
it is generated correctly.
This PR adds support for all 2025.2 IDEs
@fioan89 fioan89 requested review from bcpeinhardt, code-asher and f0ssel and removed request for bcpeinhardt and code-asher July 3, 2025 22:25
Copy link
Contributor

github-actions bot commented Jul 3, 2025

Qodana Community for JVM

4 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 2
Constructor parameter is never used as a property 🔶 Warning 1
Unused import directive 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@fioan89 fioan89 merged commit 4130770 into main Jul 4, 2025
6 checks passed
@fioan89 fioan89 deleted the support-for-the-new-build-tools branch July 4, 2025 19:01
@fioan89 fioan89 restored the support-for-the-new-build-tools branch July 4, 2025 20:12
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