sourceSets.test.java.srcDir 'src' dependencies { testCompile 'junit:junit:4.11' testCompile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214' testCompile 'org.eclipse.platform:org.eclipse.core.runtime:3.13.0' testCompile 'org.eclipse.platform:org.eclipse.equinox.common:3.9.0' testCompile 'org.eclipse.platform:org.eclipse.osgi:3.12.50' testCompile 'org.eclipse.wst.jsdt:core:1.0.201.v2010012803' testCompile 'org.osgi:org.osgi.core:4.2.0' testCompile project(':com.ibm.wala.cast') testCompile project(':com.ibm.wala.cast.js') testCompile project(':com.ibm.wala.cast.js.rhino') testCompile project(':com.ibm.wala.core') testCompile project(':com.ibm.wala.ide.jsdt') testCompile project(':com.ibm.wala.util') testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.ide.tests') }