sourceSets.main.java.srcDir 'harness-src/java' // TODO: hook up harness-src/c somehow dependencies { compile project(':com.ibm.wala.cast') compile project(':com.ibm.wala.core') compile project(':com.ibm.wala.core.tests') compile project(':com.ibm.wala.util') compile 'junit:junit:4.11' }