-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (24 loc) · 1.09 KB
/
gradle.properties
File metadata and controls
31 lines (24 loc) · 1.09 KB
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
28
29
30
31
version=2.0.0
# The version of the MarkLogic Spark connector to be used by Flux.
connectorVersion=3.0.0
picocliVersion=4.7.7
# Aligned with our Spark connector.
sparkVersion=4.1.1
hadoopVersion=3.4.2
awssdkVersion=2.29.52
langchain4jVersion=1.10.0
tikaVersion=3.2.3
# Define these on the command line to publish to OSSRH
# See https://central.sonatype.org/publish/publish-gradle/#credentials for more information
mavenCentralUsername=
mavenCentralPassword=
mavenCentralUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
# For publishing to internal Nexus repository
publishUrl=file:../releases
# Adding these based on the non-standard JDK locations used by Jenkins.
# See https://docs.gradle.org/current/userguide/toolchains.html#sec:custom_loc for information
# on custom toolchain locations in Gradle.
org.gradle.java.installations.fromEnv=JAVA_HOME_DIR
org.gradle.java.installations.paths=/users/ml/builder/java/jdk-11.0.2,/home/builder/java/jdk-17.0.2
# Bumping this up as with Spark 4, Gradle often runs into heap space issues when trying to build the project.
org.gradle.jvmargs=-Xmx4g