We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77ae10 commit 7b4e235Copy full SHA for 7b4e235
1 file changed
gatling-runner/build.gradle
@@ -21,8 +21,7 @@ java {
21
}
22
23
24
-// Gatling 플러그인이 test 출력물을 gatling classpath에 포함하는 것을 끄면
25
-// compileGatlingJava → testClasses 의존을 피할 수 있다.
+// Gatling 플러그인이 test 출력물을 gatling classpath에 포함하는 것을 꺼서 compileGatlingJava → testClasses 의존을 피할 수 있다.
26
gatling {
27
includeTestOutput = false
28
0 commit comments