mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
gradle plugin 0.4.10
This commit is contained in:
parent
966a4550c0
commit
2a3314caab
@ -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 {
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user