Build: exclude annotations.jar from Intellij

This commit is contained in:
Sergey Rostov
2019-02-22 14:30:13 +03:00
parent 17c0422d8f
commit 63dca7b3b5
4 changed files with 68 additions and 28 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies {
compile(intellijDep())
runtimeOnly(intellijRuntimeAnnotations())
runtimeOnly(files(toolsJar()))
}