Bump intellijSdk version for 203

This commit is contained in:
Florian Kistner
2020-07-06 15:28:10 +02:00
parent 1c4d7c5772
commit 202a55cb39
4 changed files with 13 additions and 7 deletions
+4 -1
View File
@@ -62,9 +62,12 @@ dependencies {
)
}
}
Platform[202].orHigher {
Platform[202] {
testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") }
}
Platform[203].orHigher {
testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-2") }
}
testCompile(intellijDep()) {
includeJars(
"jps-model",