forked from opensearch-project/opensearch-hadoop
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
55 lines (43 loc) · 1.24 KB
/
Copy pathgradle.properties
File metadata and controls
55 lines (43 loc) · 1.24 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Enforce the build to fail on deprecated gradle api usage
systemProp.org.gradle.warning.mode=fail
## Settings
org.gradle.daemon=false
# java homes resolved by environment variables
org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.fromEnv=JAVA_HOME,RUNTIME_JAVA_HOME,JAVA21_HOME,JAVA17_HOME,JAVA11_HOME
## Dependecies Version
# Logging
log4jVersion = 2.17.1
# Hadoop versions
hadoop3Version = 3.4.3
hadoop2Version = 2.7.6
hadoop22Version = 2.2.0
# Common libraries
hiveVersion = 3.1.2
jodaVersion = 2.9.3
# note the versions here are tied to the ones in Hadoop distro - 1.8.8
jacksonVersion = 1.8.8
# Spark
spark30Version = 3.4.4
spark35Version = 3.5.5
spark40Version = 4.1.1
# same as Spark's
scala212Version = 2.12.20
scala212MajorVersion = 2.12
scala213Version = 2.13.16
scala213MajorVersion = 2.13
# Testing
junitVersion = 4.11
mockitoVersion = 1.8.5
hamcrestVersion = 1.3
minikdcVersion = 3.4.3
# Hive 0.11 finally updated antlr to 3.4 so there are no more conflicts with Pig
antlrVersion = 3.4
thriftVersion = 0.5.0
groovyVersion = 2.4.4
googleGuavaVersion = 31.1-jre
awsSdkVersion = 2.19.17
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=512m
org.gradle.configureondemand=true