Remove 182 and AS33 from build scripts

#KT-33536 Fixed
This commit is contained in:
Nikolay Krasko
2019-08-28 13:28:26 +03:00
parent 51cfafc619
commit 0ae9240e5f
5 changed files with 11 additions and 15 deletions
+1 -3
View File
@@ -7,9 +7,7 @@ dependencies {
compile(project(":core:descriptors"))
compile(project(":core:descriptors.jvm"))
compile(project(":compiler:util"))
if (Platform[182].orHigher()) {
compile("javax.annotation:jsr250-api:1.0")
}
compile("javax.annotation:jsr250-api:1.0")
compile(project(":compiler:frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("asm-all", "trove4j", "guava", rootProject = rootProject) }