Skip to content

Commit

Permalink
better idea support
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Feb 20, 2012
1 parent 4843d35 commit 975141f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -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
Expand Down

0 comments on commit 975141f

Please sign in to comment.