forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
84 lines (78 loc) · 2.32 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
79
80
81
82
83
84
# 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
buildconfigPluginVersion = 3.0.3
detektPluginVersion = 1.18.1
dokkaPluginVersion = 1.5.30
kotlinPluginVersion = 1.5.31
shadowPluginVersion = 7.0.0
svntoolsPluginVersion = 3.1
taskinfoPluginVersion = 1.3.0
versionsPluginVersion = 0.39.0
antlrVersion = 4.9.2
apacheCommonsEmailVersion = 1.5
apachePoiVersion = 5.0.0
asciidoctorjVersion = 2.5.2
asciidoctorjPdfVersion = 1.6.0
cliktVersion = 3.2.0
commonsCompressVersion = 1.21
config4kVersion = 0.4.2
cyclonedxCoreJavaVersion = 5.0.4
digraphVersion = 1.0
disklrucacheVersion = 2.0.2
exposedVersion = 0.34.2
flexmarkVersion = 0.62.2
freemarkerVersion = 2.3.31
greenMailVersion = 1.6.5
hamcrestCoreVersion = 1.3
hikariVersion = 5.0.0
hopliteVersion = 1.4.7
jacksonVersion = 2.12.3
jgitVersion = 5.13.0.202109080827-r
jiraRestApiVersion = 5.2.2
jSchAgentProxyVersion = 0.0.7
jsltVersion = 0.1.11
kotestVersion = 4.6.3
kotlinxCoroutinesVersion = 1.5.2
kotlinxHtmlVersion = 0.7.3
kotlinxSerializationVersion = 1.2.2
log4jApiKotlinVersion = 1.1.0
log4jCoreVersion = 2.14.1
mavenVersion = 3.8.1
mavenResolverVersion = 1.7.2
mockkVersion = 1.12.0
okhttpVersion = 4.9.1
postgresVersion = 42.2.23
postgresEmbeddedVersion = 0.13.4
reflectionsVersion = 0.9.12
retrofitVersion = 2.9.0
retrofitKotlinxSerializationConverterVersion = 0.8.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
scancodeVersion = 3.2.1-rc2