better idea support
This commit is contained in:
parent
4843d357df
commit
975141f27e
|
@ -246,6 +246,8 @@ subprojects { subProject ->
|
|||
module.excludeFolders += module.pathFactory.path(file("$buildDir/test-results"))
|
||||
module.excludeFolders += module.pathFactory.path(file("$buildDir/tmp"))
|
||||
module.excludeFolders += module.pathFactory.path(file("$buildDir/matrix"))
|
||||
module.excludeFolders += module.pathFactory.path(file("$buildDir/resources"))
|
||||
module.excludeFolders -= module.pathFactory.path(file("$buildDir"))
|
||||
}
|
||||
}
|
||||
downloadSources = true
|
||||
|
|
Loading…
Reference in New Issue