mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 06:21:29 +00:00
Add assertj library
This commit is contained in:
parent
7f08d805bb
commit
c7ef152ccf
@ -11,6 +11,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71'
|
compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71'
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
|
testCompile "org.assertj:assertj-core:3.8.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user