WALA/com.ibm.wala.cast.js.html.n.../build.gradle

16 lines
532 B
Groovy

sourceSets {
main.java.srcDir 'src'
test.java.srcDir 'tests'
}
dependencies {
compile 'nu.validator.htmlparser:htmlparser:1.4'
compile project(':com.ibm.wala.cast')
compile project(':com.ibm.wala.cast.js')
compile project(':com.ibm.wala.util')
testCompile project(':com.ibm.wala.cast.test')
testCompile project(':com.ibm.wala.core.tests')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.rhino.test')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.js.test')
}