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

Migrate to stable JUnit 5

This commit is contained in:
Victor 2017-09-16 11:15:53 +03:00
parent 028ff97c7d
commit 7f33c77d22

View File

@ -18,9 +18,9 @@ dependencies {
implementation 'org.fxmisc.richtext:richtextfx:0.6.10' implementation 'org.fxmisc.richtext:richtextfx:0.6.10'
compileOnly 'org.projectlombok:lombok:1.16.18' compileOnly 'org.projectlombok:lombok:1.16.18'
testCompileOnly 'org.projectlombok:lombok:1.16.18' testCompileOnly 'org.projectlombok:lombok:1.16.18'
testRuntime 'org.junit.platform:junit-platform-launcher:1.0.0-RC2' testRuntime 'org.junit.platform:junit-platform-launcher:1.0.0'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.0.0-RC2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.0-RC2' testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.0'
testRuntime 'org.junit.jupiter:junit-jupiter-params:5.0.0-RC2' testRuntime 'org.junit.jupiter:junit-jupiter-params:5.0.0'
testImplementation 'org.hamcrest:hamcrest-library:1.3' testImplementation 'org.hamcrest:hamcrest-library:1.3'
} }