File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 550
550
https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle
551
551
-->
552
552
<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
-
562
553
<!-- Redefine default value from spring-boot-dependencies -->
563
554
<assertj .version>3.14.0</assertj .version>
564
555
936
927
-->
937
928
<spring .test.context.limitSize>1</spring .test.context.limitSize>
938
929
</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 >
939
936
</configuration >
940
937
</plugin >
941
938
You can’t perform that action at this time.
0 commit comments