Skip to content

Commit

Permalink
Merge pull request #5 from ShobhitSingh11/ShobhitSingh11-patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
ShobhitSingh11 authored Mar 5, 2024
2 parents 3ab38be + 2b4574f commit 2e6b636
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 2e6b636

Please sign in to comment.