forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
102 lines (94 loc) · 3.07 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# 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.19.0
dokkaPluginVersion = 1.6.10
graphqlPluginVersion = 5.3.2
ideaExtPluginVersion = 1.1.1
kotlinPluginVersion = 1.6.10
shadowPluginVersion = 7.1.2
svntoolsPluginVersion = 3.1
taskinfoPluginVersion = 1.3.1
versionsPluginVersion = 0.41.0
antlrVersion = 4.9.3
apacheCommonsEmailVersion = 1.5
apachePoiVersion = 5.2.0
asciidoctorjVersion = 2.5.3
asciidoctorjPdfVersion = 1.6.2
cliktVersion = 3.4.0
commonsCompressVersion = 1.21
config4kVersion = 0.4.2
cyclonedxCoreJavaVersion = 5.0.4
digraphVersion = 1.0
disklrucacheVersion = 2.0.2
exposedVersion = 0.37.3
flexmarkVersion = 0.62.2
freemarkerVersion = 2.3.31
greenMailVersion = 1.6.5
hamcrestCoreVersion = 1.3
hikariVersion = 5.0.1
hopliteVersion = 1.4.16
jacksonVersion = 2.13.1
jgitVersion = 6.0.0.202111291000-r
jiraRestClientVersion = 5.2.2
jschAgentProxyVersion = 0.0.7
jrubyVersion = 9.2.17.0
jsltVersion = 0.1.11
jsonSchemaValidatorVersion = 1.0.65
kotestVersion = 5.1.0
kotlinxCoroutinesVersion = 1.6.0
kotlinxHtmlVersion = 0.7.3
kotlinxSerializationVersion = 1.3.2
ktorVersion = 1.6.7
log4jApiKotlinVersion = 1.1.0
log4jCoreVersion = 2.17.1
mavenVersion = 3.8.4
mavenResolverVersion = 1.7.3
mockkVersion = 1.12.2
okhttpVersion = 4.9.3
postgresVersion = 42.3.1
postgresEmbeddedVersion = 0.13.4
reflectionsVersion = 0.10.2
retrofitVersion = 2.9.0
retrofitKotlinxSerializationConverterVersion = 0.8.0
scanossVersion = 1.1.5
semverVersion = 3.1.0
simpleExcelVersion = 1.1
springCoreVersion = 5.3.15
svnkitVersion = 1.10.3
sw360ClientVersion = 13.2.0-28
toml4jVersion = 0.7.2
wiremockVersion = 2.32.0
xalanVersion = 2.7.2
xzVersion = 1.9
org.gradle.caching = true
org.gradle.parallel = true
buildCacheRetentionDays = 7
kotlin.code.style = official
# Disable the automatic addition of a dependency on the Kotlin standard library to work around a dependency resolution
# issue, see https://youtrack.jetbrains.com/issue/KT-41642.
kotlin.stdlib.default.dependency = false
# Declare the path scanner versions to bootstrap if no version is present in the PATH environment.
askalonoVersion = 0.4.4
boyterLcVersion = 1.3.1
licenseeVersion = 9.13.0
scancodeVersion = 30.1.0
# The version of the SPDX license list which is used to import license texts and generate SPDX enums. Must be a valid
# tag, see https://github.com/spdx/license-list-data/tags.
spdxLicenseListVersion = v3.14