mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Update test deps for Java 11
Prevent bytecode generation related test failures in tests that rely on PowerMock by updating to PowerMock 2.
This commit is contained in:
@@ -4,6 +4,7 @@ apply from: "$rootDir/gradle/kotlin.gradle"
|
||||
|
||||
dependencies {
|
||||
api group: 'io.gitlab.arturbosch.detekt', name: 'detekt-api', version: detektVersion
|
||||
api group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8'
|
||||
|
||||
test.useJUnitPlatform()
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
|
||||
|
||||
Reference in New Issue
Block a user