From 0192d1d05e039136ae64944ed0afbbac9a06dd12 Mon Sep 17 00:00:00 2001 From: Dennis Leon Date: Fri, 6 Jul 2018 10:15:02 -0700 Subject: [PATCH] Add debugging ports to gradle cargoRunLocal config Signed-off-by: Jennifer Hamon --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f59c023a5f5..e6cbd097034 100644 --- a/build.gradle +++ b/build.gradle @@ -307,7 +307,7 @@ cargo { local { timeout = 540000 - jvmArgs = "-javaagent:${jacocoLocation}=output=file,dumponexit=true,append=false,destfile=${integrationTestCoverageExecutionData} -DLOGIN_CONFIG_URL=file://" + new File(".").absolutePath + "/uaa/src/main/resources/required_configuration.yml" + jvmArgs = "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -javaagent:${jacocoLocation}=output=file,dumponexit=true,append=false,destfile=${integrationTestCoverageExecutionData} -DLOGIN_CONFIG_URL=file://" + new File(".").absolutePath + "/uaa/src/main/resources/required_configuration.yml" outputFile = file('uaa/build/reports/tests/uaa-server.log') configFile { file = file('scripts/travis/tomcat-conf/context.xml')