mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit replaces the Mockito agent configuration with a single bytebuddy agent configuration that addresses both Mockito and mockk on tests. Closes gh-35207
12 lines
228 B
Properties
12 lines
228 B
Properties
version=7.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.parallel=true
|
|
|
|
kotlinVersion=2.2.0
|
|
byteBuddyVersion=1.17.6
|
|
|
|
kotlin.jvm.target.validation.mode=ignore
|
|
kotlin.stdlib.default.dependency=false
|