diff --git a/topics/tutorials/build_system/gradle_guide.md b/topics/tutorials/build_system/gradle_guide.md index 2c4a7bd3b..d990a662e 100644 --- a/topics/tutorials/build_system/gradle_guide.md +++ b/topics/tutorials/build_system/gradle_guide.md @@ -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 build.gradle file. -The version of Gradle is defined in $PROJECT ROOT$/gradle/wrapper/gradle-wrapper.properties. +The version of Gradle is defined in $PROJECT_ROOT$/gradle/wrapper/gradle-wrapper.properties. ### Patching the Plugin Configuration File A plugin project's plugin.xml 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)).