-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (23 loc) · 950 Bytes
/
gradle.properties
File metadata and controls
27 lines (23 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The xsltCompiler must be either XJ or XX.
#
# The XJ option will use the Saxon EE Java processor to compile the
# stylesheet. You must have a license for Saxon EE. (If you use this
# option and you don't have a license, the project will fallback to
# using a precompiled version of the stylesheet.)
#
# The XX option wll use the Saxon JS "XX" compiler. The build system
# will attempt to download and install the necessary Node.js packages.
# You must already have installed Node.
xsltCompiler=XX
projectName=XProcDashboard
projectVersion=1.0.0
# The version of Saxon EE and Saxon JS to download.
saxonVersion=12.5
saxonJsVersion=2.6
# This option specifies the directory where your Saxon EE license
# resides. The default is ~/java.
#saxonLicenseDir=/usr/local/saxonee
# For the Python web server, these properties specify the name of the
# python executable and the port number to use for the server.
pythonExecutable=python3
serverPort=9000