Browse Source

test with saxon 12

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906714 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
1bd008e2e9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -128,7 +128,7 @@ subprojects {
batikVersion = '1.16'
graphics2dVersion = '0.42'
pdfboxVersion = '2.0.27'
saxonVersion = '11.4'
saxonVersion = '12.0'
apiGuardianVersion = '1.1.2'

jdkVersion = (project.properties['jdkVersion'] ?: '8') as int

Loading…
Cancel
Save