Remove bunch files that are equal to base files

This commit is contained in:
Nikolay Krasko
2018-04-16 12:58:40 +03:00
parent b06e644753
commit ecd2db3b48
12 changed files with 0 additions and 2211 deletions
@@ -1,22 +0,0 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:backend"))
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.java"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "guava", rootProject = rootProject) }
}
sourceSets {
"main" { projectDefault() }
"test" {}
}