We could simply wait for the above Pull Request to land on main, and then rebase this repository on-top of it, but I wanted at the least to create a PR for other people to be able to build this project locally and continue using this very useful plugin.
Resolves #53
Test-Plan
Ran ./gradlew build locally
Build passed
Installed from local zip into latest version of Intelli-J 2022.1
Verified plugin functioned as expected
Summary
This updates the plugin to support the latest version of Intelli-J 2022.1.
This is mainly copied code from the following pull request in the parent repository : IntelliJ Platform Plugin Template#240
We could simply wait for the above Pull Request to land on main, and then rebase this repository on-top of it, but I wanted at the least to create a PR for other people to be able to build this project locally and continue using this very useful plugin.
Resolves #53
Test-Plan
Ran
./gradlew build
locally Build passed Installed from local zip into latest version of Intelli-J 2022.1 Verified plugin functioned as expected