Skip to content

Commit 4629198

Browse files
committed
fix: WARNING 발생 제거
1 parent 23c0cd6 commit 4629198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ dependencies {
6464

6565
tasks.named('test') {
6666
useJUnitPlatform()
67+
jvmArgs("-XX:+EnableDynamicAgentLoading")
6768
}
69+

0 commit comments

Comments
 (0)