-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
45 lines (34 loc) · 1022 Bytes
/
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
GROUP_ID=io.cord3c
org.gradle.daemon=true
LOMBOK_VERSION=1.18.6
# http://central.sonatype.org/pages/releasing-the-deployment.html
NEXUS_DEPLOY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
BUILD_VERSION_PREFIX=0.6
# https://docs.gradle.org/current/userguide/signing_plugin.html
signing.keyId=33A45241
signing.secretKeyRingFile=./../secring.gpg
systemProp.sonar.host.url=https://sonarqube.com
systemProp.sonar.organization=crnk
CRNK_VERSION=3.3.20200717191406
RMEE_GRADLE_VERSION=1.1.20200614081240
JDK_VERSION=8u202-b08
CORDA_VERSION=4.4
#CORDA_VERSION=4.5
CORDA_PLUGINS_VERSION=4.0.45
QUASAR_VERSION=0.7.10.
MAPSTRUCT_VERSION=1.3.0.Beta1
JUNIT_VERSION=5.6.0
JACKSON_VERSION=2.10.4
BOUNCYCASTLE_VERSION=1.65
SPRING_BOOT_VERSION=2.1.0.RELEASE
H2_VERSION=1.4.199
LIQUIBASE_VERSION=3.8.5
APACHE_HTTP_VERSION=4.5.12
TESTSETS_VERSION=2.1.1
BASE_IMAGE_VERSION=latest
DOCTL_VERSION=1.45.1
GRADLE_VERSION=6.1.1
DOCKER_VERSION=19.03.1
KUBERNETES_VERSION=v1.14.0
HELM_VERSION=v3.2.1
TF_VERSION=0.12.23