-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties
40 lines (31 loc) · 936 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
# suppress inspection "UnusedProperty" for whole file
# Increase the memory to run on GH Actions
# See: https://github.com/gradle/gradle/issues/8139
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
kotlin.code.style=official
group = io.github.ermadmi78
version = 4.1.1-SNAPSHOT
# dependencies
kotlinJdkVersion=11
kotlinVersion = 1.8.10
graphQLJavaVersion = 20.2
kotlinPoetVersion = 1.12.0
# test dependency versions
junitVersion = 5.9.2
springVersion = 5.3.26
# integration test dependency version
testKotlinVersion=1.8.10
testSerializationVersion=1.5.0
testJacksonVersion=2.13.4
testKtorVersion=2.0.0
# plugin versions
dokkaVersion = 1.8.10
pluginPublishVersion = 1.2.0
pluginShadowVersion = 8.1.1
nexusPublishVersion = 1.3.0
mavenPluginDevelopmentVersion = 0.4.2
# maven
mavenCoreVersion = 3.9.1
mavenPluginApiVersion = 3.9.1
mavenProjectVersion = 2.2.1
mavenPluginAnnotationVersion = 3.8.1