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:
parent
d7975be5f5
commit
e5783a7274
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user