mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
use MarlinRenderingEngine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cd653d8c0
commit
338e97f87c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user