gradle-intellij-plugin 0.4.9

This commit is contained in:
Yann Cébron 2019-06-05 18:01:34 +02:00
parent 5ab9aeaa23
commit d86f1e8fa9
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ By default, if you modify the `version` in your build script, the Gradle plugin
plugins {
// Make sure to check for the latest version at https://plugins.gradle.org/plugin/org.jetbrains.intellij
// You can also subscribe to releases at https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'org.jetbrains.intellij' version '0.4.8'
id 'org.jetbrains.intellij' version '0.4.9'
}
intellij {

View File

@ -110,7 +110,7 @@ The New Project Wizard produces the `my_gradle_plugin` project `build.gradle` fi
```text
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.8'
id 'org.jetbrains.intellij' version '0.4.9'
}
group 'com.your.company'