普通文本  |  14行  |  160 B

apply plugin: 'java'

sourceSets {
    main {
        java {
            srcDirs = ['src']
        }
    }
}

dependencies {
    compile project(':hamcrest')
}