Apply rri/yole/modularize, create gradle run configuration for IDEA

This commit is contained in:
Simon Ogorodnik
2017-09-01 20:38:06 +03:00
committed by Ilya Chernikov
parent 7cb8a90513
commit 360a692af8
17 changed files with 348 additions and 20 deletions
+3
View File
@@ -231,6 +231,7 @@ val compilerCopyTask = task<Copy>("idea-plugin-copy-compiler") {
task<Copy>("dist-plugin") {
dependsOn(compilerCopyTask)
dependsOnTaskIfExistsRec("idea-plugin")
shouldRunAfter(":prepare:kotlin-plugin:idea-plugin")
into("$ideaPluginDir/lib")
}
@@ -262,6 +263,8 @@ tasks {
"idea-plugin-tests" {
dependsOn("dist")
dependsOn(":idea:test",
":idea:idea-gradle:test",
":idea:idea-maven:test",
":j2k:test",
":eval4j:test")
}