blob: d5ff440194ba48de3d81c3104cc2b96fe109932d [file] [log] [blame]
George Mountcbecb902015-01-20 08:38:57 -08001apply plugin: 'java'
George Mountcbecb902015-01-20 08:38:57 -08002
3repositories {
4 mavenCentral()
5}
6
George Mount662d87a2015-01-27 15:23:47 -08007dependencies {
Yigit Boyar6bd7cd42015-02-02 16:55:54 -08008 testCompile group: 'junit', name: 'junit', version: '4.11'
9}