Skip to content

Commit

Permalink
Revert "Update build.gradle"
Browse files Browse the repository at this point in the history
  • Loading branch information
ShobhitSingh11 authored Mar 6, 2024
1 parent 2e6b636 commit c8fed94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@ subprojects {
// provided through the command line.
// Local builds will still remain same as it only adds if the
// parameter is provided.
if(System.getProperty("HARNESS_JAVA_AGENT")) {
jvmArgs += [System.getProperty("HARNESS_JAVA_AGENT")]
}
// if(System.getProperty("HARNESS_JAVA_AGENT")) {
// jvmArgs += [System.getProperty("HARNESS_JAVA_AGENT")]
// }

testLogging {
events = userTestLoggingEvents ?: testLoggingEvents
Expand Down

0 comments on commit c8fed94

Please sign in to comment.