Update links to Gradle IntelliJ Plugin docs

This commit is contained in:
Jakub Chrzanowski
2022-06-03 12:14:49 +02:00
committed by Jakub Chrzanowski
parent 8010e57f67
commit 91143addfe
5 changed files with 28 additions and 26 deletions

View File

@@ -203,7 +203,7 @@
## [0.6.0]
### Added
- Integration with [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) through the [Gradle IntelliJ Plugin](https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl) `runPluginVerifier` task
- Integration with [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) through the [Gradle IntelliJ Plugin](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#runpluginverifier-task) `runPluginVerifier` task
- Cache downloaded IDEs used by Plugin Verifier for the verification
### Changed