Clean most of the shared source roots conflicts

Original commit: a61facf3d1
This commit is contained in:
Ilya Chernikov
2017-09-11 15:15:02 +02:00
parent e3deaa5778
commit b0fc11f480
+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")
}
}