Add explicit dependencies to nullable annotations

This commit is contained in:
Sergey Rostov
2018-12-11 12:26:17 +03:00
parent 423653d225
commit 883970fadb
38 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
compile(project(":idea:idea-core"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "annotations") }
compileOnly(intellijDep()) { includeJars("util", "openapi", "idea", "asm-all", "jdom", "annotations", "trove4j", "guava", rootProject = rootProject) }
compileOnly(intellijPluginDep("gradle")) //{ includeJars("gradle-tooling-api", "gradle", rootProject = rootProject) }
}