mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
gradle_guide.md: fix heading case
This commit is contained in:
parent
99502c2d9b
commit
686ea666c3
@ -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 plugin’s 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user