From a62a64d5ce6ea44323afda774add2155e59723ef Mon Sep 17 00:00:00 2001 From: aanno Date: Fri, 8 Apr 2022 14:30:39 +0200 Subject: [PATCH] downgrade to saxon 10.x because of https://github.com/ndw/xmlcalabash1/issues/334 --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6d6d9f1..d843ca2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,9 @@ fop_version=2.7 xmlgraphics_common_version=2.7 xerces_version=2.12.2 jffi_version=1.3.9 -saxon_version=11.3 +# https://github.com/ndw/xmlcalabash1/issues/334 +# saxon_version=11.3 +saxon_version=10.8 nwalsh_annotations_version=1.0.1 commons_codec_version=1.15 commons_cli_version=1.5.0