gradle_guide.md: fix heading case

This commit is contained in:
Yann Cébron 2020-11-04 11:08:04 +01:00
parent 99502c2d9b
commit 686ea666c3

View File

@ -121,7 +121,7 @@ The best practice is to keep `project.version` current.
By default, if you modify `project.version` in `build.gradle`, the Gradle plugin will automatically update the `<version>` value in the `plugin.xml` file.
This practice keeps all version declarations synchronized.
### Verifying plugin
### Verifying Plugin
The Gradle plugin provides two tasks that allow for running integrity and compatibility tests:
- `verifyPlugin` - validates completeness and contents of `plugin.xml` descriptors as well as plugins archive structure,
- `runPluginVerifier` - runs the [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) tool to check the binary compatibility with specified IntelliJ IDE builds.