Bump intellijSdk version for 203
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user