mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
Fix tests execution
See https://github.com/gradle/gradle/issues/32534#issuecomment-2678767645
This commit is contained in:
parent
50b8c6ff9f
commit
de4e27d055
@ -40,6 +40,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation platform("org.junit:junit-bom:$junitVersion")
|
testImplementation platform("org.junit:junit-bom:$junitVersion")
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api'
|
||||||
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-params'
|
testImplementation 'org.junit.jupiter:junit-jupiter-params'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user