-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgradle.properties
77 lines (62 loc) · 2.05 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
# This file is parsed from Python in the docs/source/conf.py file
# because some versions here need to be matched by app authors in
# their own projects. So don't get fancy with syntax!
org.gradle.java.installations.auto-download=false
# Versioning
cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 10
# Main
kotlinVersion = 1.8.21
kotlin.stdlib.default.dependency = false
# These are the same annotations that Kotlin uses.
jetbrainsAnnotationsVersion = 13.0
# License
licenseName = The Apache License, Version 2.0
licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt
# Artifactory
artifactoryContextUrl = https://software.r3.com/artifactory
publicArtifactURL = https://download.corda.net/maven
# Gradle
# dokka need more metaspace - https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g
internalPluginVersion = 1.+
dokkaVersion = 1.8.+
detektPluginVersion = 1.22.+
dependencyCheckVersion=0.46.+
artifactoryPluginVersion = 4.28.2
snakeyamlVersion=2.0
# Logging
slf4jVersion = 1.7.36
# Main implementation dependencies
avroGradlePluginVersion=1.3.0
avroVersion = 1.11.3
commonsCompressVersion = 1.24.0
bouncycastleVersion = 1.73
grgitPluginVersion = 5.2.0
taskTreePluginVersion = 2.1.1
javaxPersistenceApiVersion = 2.2
jacksonVersion = 2.15.2
# Testing
assertjVersion = 3.24.+
junitVersion = 5.10.0
mockitoVersion = 5.3.+
mockitoKotlinVersion = 4.1.+
# OSGi
bndVersion = 6.4.0
bndlibVersion = 6.4.1
osgiVersion = 8.0.0
osgiAnnotationVersion = 8.1.0
osgiScrAnnotationVersion = 1.5.1
gradleEnterpriseVersion = 3.14.1
gradleDataPlugin = 1.8.2
org.gradle.caching = true
gradleEnterpriseUrl = https://gradle.dev.r3.com
#snyk version
snykVersion = 0.4
# Kotlin build
kotlin.build.report.output=file,build_scan
# Cyclonedx Bom generation version
cyclonedxVersion = 1.7.4