1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Switch to assert4j.

This commit is contained in:
Cedric Beust 2016-05-04 23:00:25 -08:00
parent 1acce0a204
commit 7357f5e211
2 changed files with 66 additions and 61 deletions

View file

@ -159,7 +159,8 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
}
dependenciesTest {
compile("org.testng:testng:6.9.10")
compile("org.testng:testng:6.9.10",
"org.assertj:assertj-core:3.4.1")
}
assemble {