Revert to default build dirs, add missing projects

This commit is contained in:
Ilya Chernikov
2017-09-07 13:03:48 +03:00
parent 3262ac0129
commit 4b3936b598
3 changed files with 11 additions and 2 deletions
+5 -1
View File
@@ -179,7 +179,11 @@ allprojects {
jvmTarget = defaultJvmTarget
javaHome = defaultJavaHome
buildDir = File(commonBuildDir, project.name)
// There are problems with common build dir:
// - some tests (in particular js and binary-compatibility-validator depend on the fixed (default) location
// - idea siims unable to exclude common builddir from indexing
// therefore it is disabled by default
// buildDir = File(commonBuildDir, project.name)
repositories {
for (repo in (rootProject.extra["repos"] as List<String>)) {