Build: Improve intellij-sdk repo up-to-date check time & layout

Up-to-date check is very heavy for intellij repo due to artifact size.
If module directory in repo is written only by one task we can assume
that task if up-to-date if target directory exists.
This commit is contained in:
Vyacheslav Gerasimov
2019-03-05 00:56:59 +03:00
parent f890cab145
commit fc8be48fa8
13 changed files with 232 additions and 203 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies {
compile(project(":js:js.frontend"))
compile(project(":kotlin-native:kotlin-native-library-reader"))
compileOnly(intellijDep())
compileOnly(intellijDep("jps-standalone")) { includeJars("jps-model") }
compileOnly(jpsStandalone()) { includeJars("jps-model") }
}
sourceSets {