Explorar el Código

move setting of locale for tests to top level build.gradle

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915910 13f79535-47bb-0310-9956-ffa450edef68
pull/599/head
Axel Howind hace 2 meses
padre
commit
386ddb8e6b
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 4
    0
      build.gradle
  2. 0
    4
      poi/build.gradle

+ 4
- 0
build.gradle Ver fichero

@@ -334,6 +334,10 @@ subprojects {
}

test {
// use US locale for tests
systemProperty "user.language", "en"
systemProperty "user.country", "US"

// make XML test-results available for Jenkins CI
useJUnitPlatform()
reports {

+ 0
- 4
poi/build.gradle Ver fichero

@@ -169,10 +169,6 @@ artifacts {
}

test {
// use US locale for tests
systemProperty "user.language", "en"
systemProperty "user.country", "US"

dependsOn { testJar }

systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'

Cargando…
Cancelar
Guardar