This is an automated email from the ASF dual-hosted git repository.

vlamp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 923247f9b TAP5-2722: Run tests with jvmArg -Duser.language=en
923247f9b is described below

commit 923247f9ba3a9078c33677f4bc017342df7cda0b
Author: Volker Lamp <vl...@apache.org>
AuthorDate: Fri Apr 22 15:31:10 2022 +0200

    TAP5-2722: Run tests with jvmArg -Duser.language=en
---
 tapestry-core/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 35f52895f..c1bd59b3a 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -75,7 +75,7 @@ jar {
 // Needed to have XMLTokenStreamTests.testStreamEncoding() passing on Java 9+
 test {
     if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_1_9)) {
-        jvmArgs("--add-opens=java.base/java.nio.charset=ALL-UNNAMED");
+        jvmArgs("-Duser.language=en 
--add-opens=java.base/java.nio.charset=ALL-UNNAMED");
     }
 }
 

Reply via email to