Codebase list libjdom2-intellij-java / upstream/2.0.6+git20180529 test / build.gradle
upstream/2.0.6+git20180529

Tree @upstream/2.0.6+git20180529 (Download .tar.gz)

build.gradle @upstream/2.0.6+git20180529

c07e532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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'
        }
    }
}