blob: 54ab15fd8bd458033c36c473cae2f16e97061152 [file] [log] [blame]
apply plugin: 'java'
sourceSets {
main {
java {
srcDirs = ['src']
}
}
}
dependencies {
compile project(':hamcrest')
}