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

Download the PowerShell dependencies using Gradle dependency management system #278

Closed ForNeVeR closed 4 months ago

ForNeVeR commented 4 months ago

Sadly, I was unable to use Gradle dependency verification to check the hashes: it is impossible to enable that one per artifact, or per repository, or per configuration. It is always a global thing, so we cannot use that unless we want to verify all the libraries and plugins as well (and I don't think we want so far). So, decided to leave my custom tasks for verification.