[code samples] fix comparing_references_inspection

This commit is contained in:
Yann Cébron 2020-11-26 15:04:56 +01:00
parent 3248dae083
commit f9a7c3d2a2
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
plugins { plugins {
id 'java' id 'java'
id 'org.jetbrains.intellij' version '0.6.4' id 'org.jetbrains.intellij' version '0.6.5'
} }
group 'org.intellij.sdk' group 'org.intellij.sdk'
@ -14,20 +14,20 @@ repositories {
mavenCentral() mavenCentral()
} }
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
test { test {
// Set idea.home.path to the absolute path to the intellij-community source // Set idea.home.path to the absolute path to the intellij-community source
// on your local machine. // on your local machine.
systemProperty "idea.home.path", "/Users/jhake/Documents/source/comm" 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/ // See https://github.com/JetBrains/gradle-intellij-plugin/
intellij { intellij {
version = '2020.2' version = '2020.2'
plugins = ['java'] plugins = ['com.intellij.java']
} }
buildSearchableOptions { buildSearchableOptions {

View File

@ -9,7 +9,7 @@
<name>SDK: Comparing References Inspection Sample</name> <name>SDK: Comparing References Inspection Sample</name>
<!-- Evaluates java PSI --> <!-- Evaluates java PSI -->
<depends>com.intellij.modules.java</depends> <depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page --> <!-- Text to display as description on Preferences/Settings | Plugin page -->
<description> <description>