sourceSets.main { java.srcDir 'src' resources.srcDir 'dat' } dependencies { compile project(':com.ibm.wala.core') compile project(':com.ibm.wala.shrike') compile project(':com.ibm.wala.util') compile 'junit:junit:4.11' compile 'org.apache.ant:ant:1.8.2' compile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214' compile 'org.hamcrest:hamcrest-core:1.3' compile 'org.osgi:org.osgi.core:4.2.0' }