Przeglądaj źródła

use MarlinRenderingEngine

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909748 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 rok temu
rodzic
commit
338e97f87c
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      poi-ooxml/build.gradle

+ 3
- 0
poi-ooxml/build.gradle Wyświetl plik

@@ -270,6 +270,9 @@ test {
dependsOn { testJar }

systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'
if (jdkVersion == 8) {
systemProperties['sun.java2d.renderer'] = 'sun.java2d.marlin.MarlinRenderingEngine'
}

if (NO_SCRATCHPAD) {
useJUnitPlatform {

Ładowanie…
Anuluj
Zapisz