mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user