sourceSets.main.java.srcDir 'src' dependencies { compile project(':com.ibm.wala.cast') compile project(':com.ibm.wala.core') compile project(':com.ibm.wala.shrike') compile project(':com.ibm.wala.util') // compile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214' // compile 'org.osgi:org.osgi.core:4.2.0' }