Build: Use intellij maven repo instead of downloaded IDEA
#KTI-82
This commit is contained in:
committed by
teamcity
parent
9f725da7f7
commit
f7a9065b75
@@ -13,10 +13,8 @@ dependencies {
|
||||
api(project(":compiler:frontend"))
|
||||
api(projectTests(":compiler:tests-common"))
|
||||
api(project(":compiler:cli"))
|
||||
api(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
api(jpsStandalone()) { includeJars("jps-model") }
|
||||
api(intellijPluginDep("java"))
|
||||
api(intellijDep()) { includeIntellijCoreJarDependencies(project) }
|
||||
api(intellijCore())
|
||||
api(jpsModel())
|
||||
api("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:$benchmarks_version")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user