Clean most of the shared source roots conflicts

This commit is contained in:
Ilya Chernikov
2017-09-11 15:15:02 +02:00
parent e26b421e6c
commit a61facf3d1
8 changed files with 84 additions and 24 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ dependencies {
sourceSets {
"main" { projectDefault() }
"test" {
java.srcDirs("jps-tests/test")
java.srcDirs("jps-tests/test",
"kannotator-jps-plugin-test/test")
}
}