Skip to content

Commit d01ac9d

Browse files
tdltdlbric3
authored andcommitted
Issue #3584 Improve Gradle Kotlin documentation to add agent
Proposed change for issue #3584
1 parent 83ee69b commit d01ac9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mockito-core/src/main/java/org/mockito/Mockito.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
* }
192192
* tasks {
193193
* test {
194-
* jvmArgs("-javaagent:${mockitoAgent.asPath}")
194+
* jvmArgs.add("-javaagent:${mockitoAgent.asPath}")
195195
* }
196196
* }
197197
* </code></pre>

0 commit comments

Comments
 (0)