mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code samples] fix comparing_references_inspection
This commit is contained in:
parent
3248dae083
commit
f9a7c3d2a2
@ -2,7 +2,7 @@
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.6.4'
|
||||
id 'org.jetbrains.intellij' version '0.6.5'
|
||||
}
|
||||
|
||||
group 'org.intellij.sdk'
|
||||
@ -14,20 +14,20 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
|
||||
test {
|
||||
// Set idea.home.path to the absolute path to the intellij-community source
|
||||
// on your local machine.
|
||||
systemProperty "idea.home.path", "/Users/jhake/Documents/source/comm"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
|
||||
// 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: Comparing References Inspection Sample</name>
|
||||
|
||||
<!-- Evaluates java PSI -->
|
||||
<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