Importing gradle project
Hi all,
I have problems with importing gradle scripts.
When I do that, no excludes from thew source files are respected.
For example I have:
sourceSets {
main {
java {
srcDirs = [ 'src' ]
exclude 'de/my/package/test/**'
}
}
}
...
If it is imported into intellij, the package 'test' is not excluded from the source files.
Is there something I could do, so the excluded files/directories are also excluded?
Thanks for any help.
请先登录再写评论。
Please try this: https://youtrack.jetbrains.com/issue/IDEA-127907#comment=27-1107637 .