Remove as31 bunch files

This commit is contained in:
Vyacheslav Gerasimov
2019-01-14 15:35:35 +03:00
parent 818910267e
commit 13d87e8eae
333 changed files with 0 additions and 9837 deletions
-3
View File
@@ -1,3 +0,0 @@
/*
This build should not be invoked in AS
*/
@@ -1,32 +0,0 @@
/*
plugins {
kotlin("jvm")
}
dependencies {
compileOnly(project(":idea"))
compileOnly(project(":idea:idea-maven"))
compileOnly(project(":idea:idea-gradle"))
compileOnly(project(":idea:idea-jvm"))
compile(intellijDep())
runtimeOnly(files(toolsJar()))
}
val intellijUltimateEnabled : Boolean by rootProject.extra
val ideaUltimatePluginDir: File by rootProject.extra
val ideaUltimateSandboxDir: File by rootProject.extra
if (intellijUltimateEnabled) {
runIdeTask("runUltimate", ideaUltimatePluginDir, ideaUltimateSandboxDir) {
dependsOn(":dist", ":ideaPlugin", ":ultimate:ideaUltimatePlugin")
}
}
*/