forked from ExpediaGroup/graphql-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
50 lines (43 loc) · 1.24 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
group = com.expediagroup
version = 4.0.0-SNAPSHOT
# build config
org.gradle.caching=true
org.gradle.parallel=true
kapt.incremental.apt=true
# See https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true
# Increase the memory to run on GH Actions
# See: https://github.com/gradle/gradle/issues/8139
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
# dependencies
kotlinJvmVersion = 1.8
kotlinVersion = 1.4.32
kotlinCoroutinesVersion = 1.4.3
kotlinxSerializationVersion = 1.1.0
classGraphVersion = 4.8.103
federationGraphQLVersion = 0.6.3
graphQLJavaVersion = 16.2
jacksonVersion = 2.11.4
kotlinPoetVersion = 1.7.2
ktorVersion = 1.5.2
reactorVersion = 3.4.4
reactorExtensionsVersion = 1.1.3
slf4jVersion = 1.7.30
springBootVersion = 2.4.4
springVersion = 5.3.5
# test dependency versions
compileTestingVersion = 1.3.6
junitVersion = 5.7.1
mockkVersion = 1.11.0
mustacheVersion = 0.9.7
rxjavaVersion = 3.0.11
wireMockVersion = 2.27.2
# plugin versions
detektVersion = 1.16.0
dokkaVersion = 1.4.30
jacocoVersion = 0.8.6
ktlintVersion = 0.41.0
ktlintPluginVersion = 10.0.0
mavenPluginDevelopmentVersion = 0.3.1
nexusPublishPluginVersion = 1.0.0
pluginPublishPluginVersion = 0.13.0