JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 618 forks source link

Workflow always fails due to execution of Qodana tasks #353

Closed meiMingle closed 1 year ago

meiMingle commented 1 year ago

Describe the bug: See https://github.com/meiMingle/TSvnPwd-intellij/actions/runs/4254271298

Steps to reproduce:

Expected behavior:

Additional context:

cherijs commented 1 year ago

Verify that .idea/gradle.xml has <option name="gradleJvm" value="11" />

https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.idea/gradle.xml

YannCebron commented 1 year ago

fixed https://github.com/JetBrains/intellij-platform-plugin-template/releases/tag/v1.7.0