From 68c25886d97be70a2c8b4904a2dff9769fbc150d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 22 Apr 2021 11:03:05 +0200 Subject: [PATCH] gradle_guide.md: link Verifying Compatibility --- topics/tutorials/build_system/gradle_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/tutorials/build_system/gradle_guide.md b/topics/tutorials/build_system/gradle_guide.md index f9a0e5e68..66ffb5da8 100644 --- a/topics/tutorials/build_system/gradle_guide.md +++ b/topics/tutorials/build_system/gradle_guide.md @@ -1,6 +1,6 @@ [//]: # (title: Configuring Gradle Projects) - + This page serves as a guide to Gradle-based plugin configuration for IntelliJ Platform projects. The IntelliJ IDEA Ultimate and Community editions bundle the _Gradle_ and _Plugin DevKit_ plugins to support Gradle-based development. @@ -128,7 +128,7 @@ The Gradle plugin provides two tasks that allow for running integrity and compat - `runPluginVerifier` - runs the [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) tool to check the binary compatibility with specified IntelliJ IDE builds. Plugin Verifier integration task allows for configuring the exact IDE versions that your plugin will be checked against. -Please check the [Plugin Verifier DSL](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/build.gradle.kts#plugin-verifier-dsl) for more details. +See [Verifying Compatibility](api_changes_list.md#verifying-compatibility) for more information. ### Publishing with the Gradle Plugin Please review the [Publishing Plugins with Gradle](deployment.md) page before using the [Publishing DSL](https://github.com/JetBrains/gradle-intellij-plugin#publishing-dsl) attributes.