intellij-autohotkey icon indicating copy to clipboard operation
intellij-autohotkey copied to clipboard

#78: Update plugin version range to allow IJ 2025

Open takanuva15 opened this issue 8 months ago • 1 comments

Changes:

  • Modify support range to extend infinite while I resolve issues with new version of IJ gradle plugin

takanuva15 avatar Mar 17 '25 19:03 takanuva15

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 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]

  • Or via our issue tracker: https://jb.gg/qodana-issue
  • Or share your feedback: https://jb.gg/qodana-discussions

github-actions[bot] avatar Mar 17 '25 23:03 github-actions[bot]

Was not accepted by Jetbrains Marketplace - they required me to fix the deprecated APIs in order to release a new plugin version with unlimited future version support. The work here was copied into PR #79

takanuva15 avatar May 09 '25 22:05 takanuva15