Add missing test dependency

This commit is contained in:
str4d
2017-10-31 06:13:24 +00:00
parent 041f5478a4
commit c78af828ac

View File

@ -8,6 +8,7 @@ subprojects {
dependencies {
testCompile 'junit:junit:4.+'
testCompile 'org.hamcrest:hamcrest-library:1.3'
}
sourceCompatibility = 1.6