I was confused about the differences among: srcDir 'foo' srcDirs ['foo'] srcDirs = ['foo'] As it turns out, the first two append to the set of source directories, while the last replaces this set entirely. I generally want replacement, since WALA's current directory layout never matches Gradle's assumed defaults. |
||
|---|---|---|
| .. | ||
| .launchConfigurations | ||
| .settings | ||
| META-INF | ||
| OSGI-INF/l10n | ||
| src/com/ibm/wala/cast/java/test | ||
| .classpath | ||
| .project | ||
| build.gradle | ||
| build.properties | ||
| pom.xml | ||