gradle_guide.md: fix escaping

This commit is contained in:
Yann Cébron 2021-05-03 15:23:53 +02:00
parent 02c861f78b
commit ac19af2353

View File

@ -91,7 +91,7 @@ Standardizing the versions of the Gradle plugin and Gradle system across project
There are controls for managing the `gradle-intellij-plugin` version, and the version of Gradle itself.
The plugin version is defined in the `plugins {}` section of a project's <path>build.gradle</path> file.
The version of Gradle is defined in <path><PROJECT ROOT>/gradle/wrapper/gradle-wrapper.properties</path>.
The version of Gradle is defined in <path>$PROJECT ROOT$/gradle/wrapper/gradle-wrapper.properties</path>.
### Patching the Plugin Configuration File
A plugin project's <path>plugin.xml</path> file has element values that are "patched" at build time from the attributes of the `patchPluginXml` task ([Patching DSL](https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl)).