-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (22 loc) · 890 Bytes
/
gradle.properties
File metadata and controls
27 lines (22 loc) · 890 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
# IMPORTANT: Add "-SNAPSHOT" to develop branches version only. Remove it when promoting to master branch!
group=com.cannestro
version=1.0.0-SNAPSHOT
basePackage=com.cannestro.drafttable
buildRoot=build
# Compile and annotation
lombokVersion=1.18.38
# Implementations
logbackClassicVersion=1.5.20
jspecifyVersion=1.0.0
hamcrestVersion=3.0
opencsvVersion=5.12.0
apacheCommonsCollections4Version=4.5.0
apacheCommonsIO=2.20.0
apacheCommonsMath=3.6.1
streamsUtilsVersion=2.0
jacksonDatabindVersion=3.0.2
failsafeVersion=3.3.2
testngVersion=7.11.0
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl