forked from SORMAS-Foundation/SORMAS-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
42 lines (40 loc) · 1.33 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
#
# SORMAS® - Surveillance Outbreak Response Management & Analysis System
# Copyright © 2016-2022 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
org.gradle.daemon=true
org.gradle.parallel=true
#org.gradle.unsafe.configuration-cache=true
#org.gradle.caching=true
#org.gradle.jvmargs=-Xmx1024M
org.gradle.jvmargs=-Xmx1024m
allureVersion=2.10.0
allureJavaAdapterVersion=1.5.4
cucumberVersion=4.3.0
guavaVersion=31.1-jre
guiceVersion=5.1.0
ioGithubPrashantRamcharan=3.3.0
javaFakerVersion=1.0.2
logBackVersion=1.2.3
lombokVersion=1.18.16
seleniumhqVersion=4.7.2
truthVersion=1.1.2
orgAwaitility=4.0.3
webdrivermanager=5.4.0
assertjCore=3.19.0
restAssured = 5.3.0
jacksonDatatypeJdk8 = 2.10.3
jsoupVersion = 1.16.1