forked from JetBrains/lets-plot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
41 lines (28 loc) · 918 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
#
# Copyright (c) 2019. JetBrains s.r.o.
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
kotlin.code.style=official
kotlin_version=1.5.31
kotlinLogging_version=2.0.5
idea_ext_version=0.7
kotlinx_html_version=0.7.3
slf4j_version=1.7.29
assertj_version=3.12.2
hamcrest_version=1.3
mockito_version=2.23.4
mockk_version=1.9.3
batik_version=1.14
ktor_version=1.6.2
twelvemonkeys_imageio_version=3.8.1
jfx_version=16
rootProject.name=lets-plot
kotlin.native.cacheKind=none
org.gradle.warning.mode=all
# Increase build VM heap 512Mb --> 2Gb (since Kotlin 1.3.71)
# With defaults (https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory)
# Task :python-extension:compileKotlinNative --> OutOfMemoryError
org.gradle.jvmargs=-Xmx2g
kotlin.js.compiler=both
kotlin.mpp.stability.nowarn=true
kotlin.jvm.target.validation.mode=error