diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-17 18:56:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-17 18:56:47 +0000 |
commit | 42bbbfc55a671e4ad637c6a92378c5b4dbccbefb (patch) | |
tree | 9a46dab52728c039d16bc4631b5ec089154e60da /build.gradle | |
parent | 0f7e83b2464bf6351797fb5f63f446e5063310ad (diff) | |
download | poi-42bbbfc55a671e4ad637c6a92378c5b4dbccbefb.tar.gz poi-42bbbfc55a671e4ad637c6a92378c5b4dbccbefb.zip |
revert to saxon 11.4 (saxon 12.0 only supports Java 11)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4f612444d4..b8a6e0de91 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ subprojects { batikVersion = '1.16' graphics2dVersion = '0.42' pdfboxVersion = '2.0.27' - saxonVersion = '12.0' + saxonVersion = '11.4' apiGuardianVersion = '1.1.2' jdkVersion = (project.properties['jdkVersion'] ?: '8') as int |