Skip to content

Commit

Permalink
fix: force language in tests
Browse files Browse the repository at this point in the history
Fixes #1803
  • Loading branch information
andreabergia committed Feb 5, 2025
1 parent 030acb5 commit 793e3cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rhino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ dependencies {
testImplementation project(':testutils')
}

test {
systemProperty 'user.language', 'en'
systemProperty 'user.country', 'US'
systemProperty 'user.timezone', 'America/Los_Angeles'
}

publishing {
publications {
rhino(MavenPublication) {
Expand Down

0 comments on commit 793e3cd

Please sign in to comment.