aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: c973749c67563ea407dbffebaeae006835ff63c7 (plain) (blame)
1
2
3
4
5
apply plugin: "java"

dependencies {
	testCompile 'junit:junit:4.12'
}