specify junit in dependencies

This commit is contained in:
Craig Raw 2023-01-05 12:17:25 +02:00
parent ca98d4d9b6
commit 747566d5ee

View file

@ -59,6 +59,7 @@ dependencies {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
testImplementation group: 'org.hamcrest', name: 'hamcrest-core', version: '2.2'
testImplementation 'junit:junit:4.13.1'
}
processResources {