Codebase list libjdom2-intellij-java / run/a30306a7-9f70-4165-897b-563850088541/main test / build.gradle
run/a30306a7-9f70-4165-897b-563850088541/main

Tree @run/a30306a7-9f70-4165-897b-563850088541/main (Download .tar.gz)

build.gradle @run/a30306a7-9f70-4165-897b-563850088541/mainraw · history · blame

dependencies {
    compile project(':core')
    testCompile project(':contrib')
    testCompile 'junit:junit:4.12'
    testRuntime 'jaxen:jaxen:1.1.6'
}

sourceSets {
    test {
        java {
            srcDir 'src/java'
        }
        resources {
            srcDir 'src/resources'
        }
        resources {
            srcDir 'src/java'
            include '**/*.xml', '**/*.xsd', '**/*.dtd'
        }
    }
}