Explorar el Código

Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550)

master
xiby GitHub hace 4 años
padre
commit
9b46e62665
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      pom.xml

+ 1
- 0
pom.xml Ver fichero

@@ -272,6 +272,7 @@
<configuration>
<!-- CircleCI build workaround -->
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
<argLine>-Dfile.encoding=UTF-8</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>


Cargando…
Cancelar
Guardar