Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 1af5737

Browse files
ylwu-amznlucaswin-amzn
authored andcommitted
fix integTestRunner build task (#83)
closes #83
1 parent 478a58b commit 1af5737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ integTestRunner {
115115

116116
// The --debug-jvm command-line option makes the cluster debuggable; this makes the tests debuggable
117117
if (System.getProperty("test.debug") != null) {
118-
jvmArg '-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005'
118+
jvmArgs '-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005'
119119
}
120120
}
121121

0 commit comments

Comments
 (0)