1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00

Add JUnit 5 dependency

This commit is contained in:
Victor 2017-08-21 14:59:20 +03:00
parent c58b22eb2a
commit dc0dbe0db7

View File

@ -11,5 +11,8 @@ repositories {
dependencies {
compileOnly 'org.projectlombok:lombok:1.16.18'
testCompile group: 'junit', name: 'junit', version: '4.12'
testRuntime 'org.junit.platform:junit-platform-launcher:1.0.0-RC2'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.0.0-RC2'
testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.0-RC2'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
}