forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
78 lines (73 loc) · 2.15 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
76
77
78
# Copyright (C) 2017-2019 HERE Europe B.V.
# Copyright (C) 2019 Bosch Software Innovations GmbH
# Copyright (C) 2020-2021 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.17.1
dokkaPluginVersion = 1.4.32
kotlinPluginVersion = 1.5.10
shadowPluginVersion = 7.0.0
svntoolsPluginVersion = 3.1
taskinfoPluginVersion = 1.1.1
versionsPluginVersion = 0.39.0
antlrVersion = 4.9.2
apachePoiVersion = 5.0.0
asciidoctorjVersion = 2.5.1
asciidoctorjPdfVersion = 1.6.0
cliktVersion = 3.2.0
commonsCompressVersion = 1.20
config4kVersion = 0.4.2
cyclonedxCoreJavaVersion = 5.0.1
digraphVersion = 1.0
disklrucacheVersion = 2.0.2
exposedVersion = 0.31.1
flexmarkVersion = 0.62.2
freemarkerVersion = 2.3.31
hamcrestCoreVersion = 1.3
hikariVersion = 4.0.3
hopliteVersion = 1.4.0
jacksonVersion = 2.12.3
jacocoVersion = 0.8.7
jgitVersion = 5.11.1.202105131744-r
jSchAgentProxyVersion = 0.0.7
jsltVersion = 0.1.11
kotestVersion = 4.6.0
kotlinxCoroutinesVersion = 1.5.0
kotlinxHtmlVersion = 0.7.3
log4jApiKotlinVersion = 1.0.0
log4jCoreVersion = 2.14.1
mavenVersion = 3.8.1
mavenResolverVersion = 1.7.0
mockkVersion = 1.11.0
okhttpVersion = 4.9.1
postgresVersion = 42.2.20
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.3
sw360ClientVersion = 13.2.0-28
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