Skip to content

Commit

Permalink
fix: gradle whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jun 6, 2024
1 parent 7062441 commit 0b32a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions subprocess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ def writeVersion = tasks.register('writeVersion') {
*/
env : [],
jvmArgs: [
{
value = "-Duser.language=en"
},
{
value = "-Duser.country=US"
}
[
value: "-Duser.language=en"
],
[
value: "-Duser.country=US"
]
]
]
]
Expand Down

0 comments on commit 0b32a4c

Please sign in to comment.