Update to 192.5118.30

This commit is contained in:
Nikolay Krasko
2019-06-20 15:21:58 +03:00
parent 997d896557
commit beb1bc09d4
38 changed files with 197 additions and 16 deletions
@@ -13,6 +13,10 @@ dependencies {
testCompile(projectTests(":generators:test-generator"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
Platform[192].orHigher {
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
testRuntimeOnly(intellijPluginDep("jps-standalone")) { includeJars("jps-model") }
}
}
sourceSets {