Skip to content

Commit

Permalink
Prefer CLDR data for Locale.ROOT.
Browse files Browse the repository at this point in the history
This homogenizes differences between OpenJDK8, which has the CLDR data but doesn't use it, and OpenJDK9 which prefers it. See [JEP 252: Use CLDR Locale Data by Default](https://openjdk.java.net/jeps/252).
  • Loading branch information
Capstan committed Sep 10, 2019
1 parent 6991627 commit 5dc7352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ test {
events "failed"
exceptionFormat "full"
}
systemProperties = [
"java.locale.providers": "CLDR,COMPAT",
]
}

/*
Expand Down

0 comments on commit 5dc7352

Please # to comment.