forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
66 lines (62 loc) · 1.88 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
# Copyright (C) 2017-2019 HERE Europe B.V.
# Copyright (C) 2019 Bosch Software Innovations 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.5.1
dokkaPluginVersion = 0.10.1
ideaExtPluginVersion = 0.5
kotlinPluginVersion = 1.3.61
reckonPluginVersion = 0.12.0
svntoolsPluginVersion = 2.2.1
versionsPluginVersion = 0.27.0
antlrVersion = 4.8-1
apachePoiSchemasVersion = 1.4
apachePoiVersion = 3.17
cliktVersion = 2.4.0
commonsCompressVersion = 1.20
config4kVersion = 0.4.2
cyclonedxCoreJavaVersion = 2.6.5
digraphVersion = 1.0
disklrucacheVersion = 2.0.2
flexmarkVersion = 0.60.0
hamcrestCoreVersion = 1.3
jacksonVersion = 2.10.2
jcommanderVersion = 1.78
jgitVersion = 5.6.0.201912101111-r
jSchAgentProxyVersion = 0.0.7
kotlintestVersion = 3.4.2
kotlinxCoroutinesVersion = 1.3.3
kotlinxHtmlVersion = 0.7.1
log4jApiKotlinVersion = 1.0.0
log4jCoreVersion = 2.13.0
mavenVersion = 3.6.3
mavenResolverVersion = 1.4.1
okhttpVersion = 4.2.2
postgresVersion = 42.2.10
postgresEmbeddedVersion = 0.13.3
reflectionsVersion = 0.9.12
retrofitVersion = 2.7.1
semverVersion = 3.1.0
simpleExcelVersion = 1.1
svnkitVersion = 1.10.1
toml4jVersion = 0.7.2
xalanVersion = 2.7.2
xzVersion = 1.8
org.gradle.caching = true
org.gradle.configureondemand = true
org.gradle.parallel = true
kotlin.code.style = official
kotlin.parallel.tasks.in.project = true