-
Notifications
You must be signed in to change notification settings - Fork 9
/
gradle.properties
33 lines (25 loc) · 1.04 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
org.gradle.java.installations.auto-download=false
# Versioning
cordaProductVersion = 5.3.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 = 16
# Main
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.+
org.gradle.caching = true
gradleEnterpriseUrl = https://gradle.dev.r3.com
# Kotlin build
kotlin.build.report.output=file,build_scan