aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-25 10:31:50 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-25 10:31:50 +0000
commit5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d (patch)
tree50924e0f6cd08341d7e1a811d7c930ad75a807a8 /poi-examples
parenta3f0121147c3fb708b17795e7906a92a2bde2331 (diff)
downloadpoi-5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d.tar.gz
poi-5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d.zip
tidy up gradle scripts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r--poi-examples/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle
index 97567a4927..f4a4a1d99d 100644
--- a/poi-examples/build.gradle
+++ b/poi-examples/build.gradle
@@ -47,7 +47,7 @@ dependencies {
testImplementation project(path: ':poi', configuration: 'tests')
if (SAXON_TEST) {
- testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6'
+ testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"
}
}