-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgradle.properties
38 lines (38 loc) · 1.03 KB
/
gradle.properties
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
org.gradle.warning.mode=all
MAJOR_VERSION=3
MINOR_VERSION=0
PATCH_VERSION=3
# Comment out if not creating a beta version
# BETA_VERSION=1
# Uncomment out next line to disable remote integration tests
#runRemoteIntegrationTests=false
# Dependencies
calciteVersion = 1.34.0
lombokVersion = 1.18.16
jupiterVersion = 5.4.0
neo4jDBVersion = 3.5.35
neo4jDriverVersion = 4.4.12
puppyCrawlVersion = 8.8
findBugsVersion = 3.0.1
gremlinVersion = 3.6.4
slf4jVersion = 1.7.36
amazonSigv4SignerVersion = 2.4.0
nettyVersion = 4.1.101.Final
immutablesVersion = 2.8.8
# Staying on Jena 3 as Jena 4 requires Java 11 minimum while we still support Java 8
jenaVersion = 3.17.0
javafakerVersion = 1.0.2
jtextVersion = 0.3.4
mockitoVersion = 4.1.0
junitVersion = 4.13.2
jsonSimpleVersion = 1.1.1
picocliVersion = 4.6.3
jschVersion = 0.1.55
guavaVersion = 31.0.1-jre
gsonVersion = 2.8.9
beanutilsVersion = 1.9.4
# Publishing
licenseName=The Apache License, Version 2.0
developerOrg = Amazon Web Services
developerOrgUrl = https://aws.amazon.com
githubOrgPrefix = github.com/aws