verifying_plugin_compatibility.md: show relevant project information

This commit is contained in:
Yann Cébron 2025-02-26 15:53:26 +01:00
parent 8d4a3a1cf3
commit a7d60e6ef9
3 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Tasks
@ -1631,7 +1631,7 @@ Default value
Runs the [IntelliJ Plugin Verifier](verifying_plugin_compatibility.md) CLI tool to check the binary compatibility with specified IDE builds.
Due to caching, the latest Plugin Verifier release version might not be picked up by Gradle immediately.
Due to caching, the latest Plugin Verifier release version (%plugin-verifier-version%) might not be picked up by Gradle immediately.
In such cases, [refresh dependencies](https://docs.gradle.org/current/userguide/dependency_caching.html#sec:refreshing-dependencies)
manually.

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Verifying Plugin Compatibility
@ -12,6 +12,16 @@ See also [](build_number_ranges.md#multipleIDEVersions).
## Plugin Verifier
<tldr id="tldr">
**Current Release**: %plugin-verifier-version%
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/intellij-plugin-verifier/releases), [Issue Tracker](https://youtrack.jetbrains.com/issues/MP?q=%23%7BPlugin%20Verifier%7D%20)
**JetBrains Platform Forum**: [Plugin Verifier](https://platform.jetbrains.com/c/intellij-platform/plugin-verifier/7) category
</tldr>
### Using with Gradle
Integration in [Gradle build](creating_plugin_project.md) is available out-of-the box via dedicated Gradle tasks.

2
v.list
View File

@ -33,4 +33,6 @@
<var name="gradle-intellij-plugin-version" value="1.17.4"/>
<var name="intellij-platform-gradle-plugin-version" value="2.3.0"/>
<var name="gradle-grammar-kit-plugin-version" value="2022.3.2.2"/>
<var name="plugin-verifier-version" value="1.382"/>
</vars>