-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
43 lines (36 loc) · 1010 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
kotlin.code.style=official
# Build parameters
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Build plugins
gradleDependencyManagementVersion=1.1.5
detektVersion=1.23.6
gitPropertiesVersion=2.4.1
palantirGitVersion=3.1.0
jacocoToolVersion=0.8.12
jGitVerVersion=0.9.1
dokkaVersion=1.9.20
nexusPublishVersion=2.0.0
# Core infrastructure libs versions
kotlinVersion=1.9.23
springBootVersion=3.3.0
logbackVersion=1.2.11
javaxAnnotationApiVersion=1.3.2
aspectjVersion=1.9.19
kotlinModuleVersion=2.17.1
feignVersion=13.2.1
kotlinCoroutinesVersion=1.8.1
# Testing
junitVersion=5.10.2
mockkVersion=1.13.11
springMockkVersion=4.0.2
# WE SDK libs
weNodeClientVersion=2.0.0
weContractSdkVersion=2.0.0
# GitHub properties
gitHubProject=waves-enterprise/we-spring-sdk
githubUrl=https://github.com/
# Repository properties
weMavenBasePath=https://artifacts.wavesenterprise.com/repository/
sonaTypeBasePath=https://s01.oss.sonatype.org