Skip to content

Commit

Permalink
pass system properties to forked tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 25, 2021
1 parent b5b6fae commit 0f85f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-assemble/common.gradle
Expand Up @@ -187,6 +187,7 @@ subprojects { subproject ->
minHeapSize = "128m"
maxHeapSize = "512m"
forkEvery=1
systemProperties System.getProperties()
useJUnitPlatform {
includeTags("integration")
}
Expand Down

0 comments on commit 0f85f46

Please sign in to comment.