mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
verifying_plugin_compatibility.md: show relevant project information
This commit is contained in:
parent
8d4a3a1cf3
commit
a7d60e6ef9
@ -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
|
# 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.
|
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)
|
In such cases, [refresh dependencies](https://docs.gradle.org/current/userguide/dependency_caching.html#sec:refreshing-dependencies)
|
||||||
manually.
|
manually.
|
||||||
|
|
||||||
|
@ -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
|
# Verifying Plugin Compatibility
|
||||||
|
|
||||||
@ -12,6 +12,16 @@ See also [](build_number_ranges.md#multipleIDEVersions).
|
|||||||
|
|
||||||
## Plugin Verifier
|
## 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
|
### Using with Gradle
|
||||||
|
|
||||||
Integration in [Gradle build](creating_plugin_project.md) is available out-of-the box via dedicated Gradle tasks.
|
Integration in [Gradle build](creating_plugin_project.md) is available out-of-the box via dedicated Gradle tasks.
|
||||||
|
2
v.list
2
v.list
@ -33,4 +33,6 @@
|
|||||||
<var name="gradle-intellij-plugin-version" value="1.17.4"/>
|
<var name="gradle-intellij-plugin-version" value="1.17.4"/>
|
||||||
<var name="intellij-platform-gradle-plugin-version" value="2.3.0"/>
|
<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="gradle-grammar-kit-plugin-version" value="2022.3.2.2"/>
|
||||||
|
<var name="plugin-verifier-version" value="1.382"/>
|
||||||
|
|
||||||
</vars>
|
</vars>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user