-
Notifications
You must be signed in to change notification settings - Fork 79
/
gradle.properties
74 lines (49 loc) · 1.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# suppress inspection "UnusedProperty" for whole file
# https://github.com/openjfx/javafx-gradle-plugin/releases
javafxPluginVersion=0.0.9
# https://github.com/ben-manes/gradle-versions-plugin/releases
versionsPluginVersion=0.36.0
# https://mvnrepository.com/artifact/org.openjfx/javafx
javaFXVersion=15.0.1
# https://github.com/TestFX/TestFX/releases
testFxVersion=4.0.16-alpha
# https://github.com/TestFX/Monocle/releases
monocleVersion=jdk-12.0.1+2
# https://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle
macAppBundleVersion=2.3.0
# https://junit.org/junit5/
junitVersion=5.7.1
# https://github.com/glytching/junit-extensions
junitExtensionsVersion=2.4.0
# https://github.com/awaitility/awaitility
awaitilityVersion=4.0.3
# https://commons.apache.org/proper/commons-lang/
commonsLangVersion=3.11
# https://commons.apache.org/proper/commons-math/
commonsMathVersion=3.6.1
# https://commons.apache.org/proper/commons-csv/
commonsCsvVersion=1.8
#https://commons.apache.org/proper/commons-collections/
commonsCollectionsVersion=4.4
# https://commons.apache.org/proper/commons-text/
commonsTextVersion=1.9
# https://github.com/remkop/picocli
picocliVersion=4.6.1
# https://poi.apache.org/
apachePoiVersion=5.0.0
# http://www.h2database.com/html/main.html
h2Version=1.4.200
# http://hsqldb.org/
hsqldbVersion=2.5.1
# https://github.com/x-stream/xstream
xstreamVersion=1.4.15
# http://hibernate.org/orm/
hibernateVersion=5.4.28.Final
# https://github.com/brettwooldridge/HikariCP
hikariVersion=4.0.2
# https://pdfbox.apache.org/
pdfBoxVersion=2.0.22
# https://netty.io/index.html
nettyVersion=4.1.59.Final
# https://www.slf4j.org/news.html
slf4jVersion = 1.8.0-beta4