-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathgradle.properties
More file actions
26 lines (20 loc) · 1015 Bytes
/
gradle.properties
File metadata and controls
26 lines (20 loc) · 1015 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
group=com.marklogic
version=8.0.0
publishUrl=file:../marklogic-java/releases
okhttpVersion=5.2.0
# See https://github.com/FasterXML/jackson for more information on the Jackson libraries.
jacksonVersion=2.20.0
# Defined at this level so that they can be set as system properties and used by the marklogic-client-api and test-app
# project
mlHost=localhost
mlPassword=admin
# Whether tests should run with the expectation that they'll use a basePath and talk to a reverse proxy server
testUseReverseProxyServer=false
# For testing cloud-based authentication; define in gradle-local.properties with valid values for a Progress Data Cloud instance
cloudHost=
cloudKey=
cloudBasePath=
# See https://docs.gradle.org/current/userguide/toolchains.html#sec:custom_loc for information
# on custom toolchain locations in Gradle. Adding these to try to make Jenkins happy.
org.gradle.java.installations.fromEnv=JAVA_HOME_DIR
org.gradle.java.installations.paths=/home/builder/java/jdk-17.0.2,/home/builder/java/jdk-21.0.1