Skip to content

Commit

Permalink
Fix unit testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Oct 16, 2024
1 parent bdb8db4 commit 82682f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ android {
jvmArgs += ['--add-opens', 'java.base/java.text=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.math=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.lang.ref=ALL-UNNAMED']
}
if (useOrchestrator()) {
Expand Down

0 comments on commit 82682f2

Please sign in to comment.