forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
75 lines (70 loc) · 2.09 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
74
75
# Copyright (C) 2017-2019 HERE Europe B.V.
# Copyright (C) 2019 Bosch Software Innovations GmbH
# Copyright (C) 2020 Bosch.IO GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE
detektPluginVersion = 1.15.0
dokkaPluginVersion = 1.4.20
ideaExtPluginVersion = 0.9
kotlinPluginVersion = 1.4.21-2
svntoolsPluginVersion = 3.1
taskinfoPluginVersion = 1.0.5
versionsPluginVersion = 0.36.0
antennaVersion = 1.0.0-weekly-2020-29
antlrVersion = 4.9
apachePoiSchemasVersion = 1.4
apachePoiVersion = 4.1.2
asciidoctorjVersion = 2.4.2
asciidoctorjPdfVersion = 1.5.3
cliktVersion = 3.1.0
commonsCompressVersion = 1.20
cyclonedxCoreJavaVersion = 3.0.7
digraphVersion = 1.0
disklrucacheVersion = 2.0.2
flexmarkVersion = 0.62.2
freemarkerVersion = 2.3.30
hamcrestCoreVersion = 1.3
hikariVersion = 3.4.5
hopliteVersion = 1.3.7
jacksonVersion = 2.12.0
jgitVersion = 5.10.0.202012080955-r
jSchAgentProxyVersion = 0.0.7
kotestVersion = 4.3.2
kotlinxCoroutinesVersion = 1.4.2
kotlinxHtmlVersion = 0.7.2
log4jApiKotlinVersion = 1.0.0
log4jCoreVersion = 2.14.0
mavenVersion = 3.6.3
mavenResolverVersion = 1.6.1
mockkVersion = 1.10.4
okhttpVersion = 4.9.0
postgresVersion = 42.2.18
postgresEmbeddedVersion = 0.13.3
reflectionsVersion = 0.9.12
retrofitVersion = 2.9.0
semverVersion = 3.1.0
simpleExcelVersion = 1.1
springCoreVersion = 5.3.0
svnkitVersion = 1.10.1
toml4jVersion = 0.7.2
wiremockVersion = 2.27.2
xalanVersion = 2.7.2
xzVersion = 1.8
org.gradle.caching = true
org.gradle.parallel = true
buildCacheRetentionDays = 7
kotlin.code.style = official
kotlin.parallel.tasks.in.project = true