Commit 8c65dab
committed
build: pin file.encoding for the forked test JVMs as well
ParserKeywordsUtilsTest regenerates the .jj in-process and reads it back, so it
depends on the default charset the same way the build does. Surefire forks its
test JVMs and those do not inherit .mvn/jvm.config, leaving them on the platform
default:
ParserKeywordsUtilsTest.getAllKeywordsUsingJavaCC ... <<< ERROR!
org.javacc.parser.MetaParseException
Gradle needs no equivalent: its test workers take their encoding from the daemon,
which gradle.properties already pins.1 parent b5256d4 commit 8c65dab
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
575 | 576 | | |
576 | 577 | | |
| 578 | + | |
577 | 579 | | |
578 | 580 | | |
579 | 581 | | |
| |||
0 commit comments