mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
code samples: upgrade dependency on Java plugin to ID-notation (IJSDK-796)
This commit is contained in:
parent
062c100cfb
commit
40e3406ecd
@ -27,7 +27,7 @@ test {
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
plugins = ['java']
|
||||
plugins = ['com.intellij.java']
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<name>SDK: Conditional Operator Converter</name>
|
||||
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
<depends>com.intellij.java</depends>
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
|
@ -17,7 +17,7 @@ repositories {
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
plugins = ['java']
|
||||
plugins = ['com.intellij.java']
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<name>SDK: Framework Sample</name>
|
||||
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
<depends>com.intellij.java</depends>
|
||||
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
<description>
|
||||
|
@ -17,7 +17,7 @@ repositories {
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
plugins = ['java']
|
||||
plugins = ['com.intellij.java']
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<name>SDK: Project Model Sample</name>
|
||||
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
<depends>com.intellij.java</depends>
|
||||
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
<description>
|
||||
|
@ -17,7 +17,7 @@ repositories {
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
plugins = ['java']
|
||||
plugins = ['com.intellij.java']
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<name>SDK: PSI Demo</name>
|
||||
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
<depends>com.intellij.java</depends>
|
||||
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
<description>
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
plugins = ['java']
|
||||
plugins = ['com.intellij.java']
|
||||
}
|
||||
|
||||
buildSearchableOptions {
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
<depends>com.intellij.java</depends>
|
||||
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
<description>
|
||||
|
Loading…
x
Reference in New Issue
Block a user