Closed HankGuo93 closed 3 months ago
If your application works correctly without -Duser.country=US, then specifying the country is not mandatory. However, if your application relies on specific locale settings (such as date and currency formats), it is better to explicitly specify the country.
To ensure consistent behavior, it is advisable to set both the language and the country.
@HankGuo93 can you remove the change in test jvmArgs from this PR and I can merge the other change about the import
? Thanks.
I've removed the changes to the test JVM arguments. The PR now only includes the import changes. Thanks!
Pull Request type
./gradlew build --write-locks
to refresh dependencies)NOTE: Please remember to run
./gradlew spotlessApply
to fix any format violations.Changes in this PR
chore: Update build.gradle
fix: Correct import order to pass Spotless check in SelJodaDateTimePropertyTest
./gradlew :netflix-sel:spotlessApply
to automatically fix format violations.