forked from ktorio/ktor-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (34 loc) · 936 Bytes
/
Copy pathgradle.properties
File metadata and controls
34 lines (34 loc) · 936 Bytes
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
# sytleguide
kotlin.code.style = official
# mpp
kotlin.native.binary.memoryModel = experimental
# gradle configuration
org.gradle.configureondemand = false
# versions
kotlin_version = 2.2.20
ktor_version = 3.3.2
kotlinx_coroutines_version = 1.10.1
kotlinx_serialization_version = 1.8.0
kotlin_css_version = 1.0.0-pre.721
exposed_version = 0.53.0
h2_version = 2.3.232
hikaricp_version = 5.1.0
ehcache_version = 3.10.8
logback_version = 1.5.18
slf4j_version = 2.0.16
gce_logback_version = 0.131.12-alpha
log4j_version = 2.19.0
kotlinx_html_version = 0.11.0
proguard_version = 7.3.0
mockk_version = 1.13.2
jte_version = 2.3.2
junit_version = 4.13.2
hamcrest_version = 2.2
napier_version = 2.7.1
guice_version = 5.1.0
prometheus_version = 1.12.4
dropwizard_version = 4.2.32
bootstrap_version = 5.2.3
swagger_codegen_version = 1.0.47
org.gradle.jvmargs = -Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
postgres_version = 42.7.2