ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
72 stars 20 forks source link

Get rid of hardcoded JetBrains Annotations package #293

Closed ForNeVeR closed 1 month ago

ForNeVeR commented 1 month ago

In the scope of #292, I had to add JetBrains Annotations explicitly, because otherwise it was incorrectly resolved by Gradle.

After updating to a newer IntelliJ IDEA version (TBA), let's get rid of that explicit dependency.