always run tests with locale en_US, no matter of system settings
This commit is contained in:
@ -98,9 +98,11 @@ tasks.withType(JavaCompile) {
|
||||
]
|
||||
}
|
||||
|
||||
// Use JUnit Jupiter
|
||||
// Configure tests
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
jvmArgs '-Duser.language=en'
|
||||
jvmArgs '-Duser.country=US'
|
||||
}
|
||||
|
||||
// OpenAPI Source Code Generation
|
||||
|
Reference in New Issue
Block a user