Skip to content

Commit 3463385

Browse files
committed
Fixed mockito warning
1 parent 9b5b23b commit 3463385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ tasks {
7171

7272
test {
7373
useJUnitPlatform()
74+
jvmArgs("-XX:+EnableDynamicAgentLoading", "-Xshare:off")
7475
}
7576
}
7677

7778
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
7879
kotlinOptions {
7980
jvmTarget = "17"
8081
}
81-
}
82+
}

0 commit comments

Comments
 (0)