gradle plugin 0.4.10

This commit is contained in:
Yann Cébron 2019-08-21 20:41:49 +02:00
parent 966a4550c0
commit 2a3314caab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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