1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-14 20:15:42 +02:00

Use JUnit 4 because some IntelliJ fixtures do not support JUnit 5

This commit is contained in:
chylex 2023-10-15 16:39:21 +02:00
parent d7975be5f5
commit e5783a7274
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -44,7 +44,7 @@ subprojects {
}
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("junit:junit:4.13.2")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
}
@ -64,7 +64,7 @@ subprojects {
}
tasks.test {
useJUnitPlatform()
useJUnit()
}
tasks.getByName<BuildSearchableOptionsTask>("buildSearchableOptions") {