Configure ByteBuddy agent on test tasks

This commit replaces the Mockito agent configuration with a single
bytebuddy agent configuration that addresses both Mockito and mockk on
tests.

Closes gh-35207
This commit is contained in:
Brian Clozel
2025-07-16 13:50:20 +02:00
parent ebe1f65e21
commit 4bf048cfcf
3 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2048m
org.gradle.parallel=true
kotlinVersion=2.2.0
mockitoVersion=5.18.0
byteBuddyVersion=1.17.6
kotlin.jvm.target.validation.mode=ignore
kotlin.stdlib.default.dependency=false