Bump intellijSdk version for 203
This commit is contained in:
@@ -207,8 +207,10 @@ dependencies {
|
||||
fatJarContents(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
fatJarContents(intellijDep()) { includeJars("jna-platform") }
|
||||
|
||||
if (Platform.P202.orHigher()) {
|
||||
if (Platform.P202()) {
|
||||
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") }
|
||||
} else if (Platform.P203.orHigher()) {
|
||||
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-2") }
|
||||
}
|
||||
|
||||
if (Platform.P192.orHigher()) {
|
||||
|
||||
Reference in New Issue
Block a user