Skip to content

Commit 6d646ab

Browse files
committed
Add: eu-US locale to have consistent test results for gitHub VM;
1 parent 11d0703 commit 6d646ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,9 @@ tasks.withType<KotlinJvmCompile>().configureEach {
113113
tasks.named<ShadowJar>("shadowJar") {
114114
mergeServiceFiles()
115115
}
116+
117+
tasks.withType<Test> {
118+
systemProperty("java.util.logging.manager", "org.jboss.logmanager.LogManager")
119+
systemProperty("user.language", "en")
120+
systemProperty("user.country", "US")
121+
}

0 commit comments

Comments
 (0)