File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 550550 https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle
551551 -->
552552 <properties >
553- <!--
554- Workaround for a bug in surefire plugin: it doesn't respect sourceEncoding
555- and doesn't pass it into a forked process.
556- See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working
557-
558- Note: don't put this property within surefire-maven-plugin as it would break jacoco-maven-plugin.
559- -->
560- <argLine >-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine >
561-
562553 <!-- Redefine default value from spring-boot-dependencies -->
563554 <assertj .version>3.14.0</assertj .version>
564555
936927 -->
937928 <spring .test.context.limitSize>1</spring .test.context.limitSize>
938929 </systemPropertyVariables >
930+ <!--
931+ Workaround for a bug in surefire plugin: it doesn't respect sourceEncoding
932+ and doesn't pass it into a forked process.
933+ See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working
934+ -->
935+ <argLine >-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine >
939936 </configuration >
940937 </plugin >
941938
You can’t perform that action at this time.
0 commit comments