Skip to content

Commit

Permalink
chore: remove specific args from test.jvmArgs
Browse files Browse the repository at this point in the history
- Removed "-Duser.language=en" and "-Duser.country=US"
  • Loading branch information
HankGuo93 committed Jul 30, 2024
1 parent f106037 commit 91bbb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
}

test {
jvmArgs += ["-Djava.security.manager=allow", "-Duser.language=en", "-Duser.country=US"]
jvmArgs += ["-Djava.security.manager=allow"]
}

configurations.configureEach {
Expand Down

0 comments on commit 91bbb93

Please sign in to comment.