forked from bestwpw/hybris-integration-intellij-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgradle.properties
26 lines (21 loc) · 888 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
gradleIntellijPluginVersion=0.4.8
kotlin_version=1.3.31
kotlin.incremental.usePreciseJavaTracking=true
sourceVersion=1.8
# See for possible values:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
intelijType=IU
# Leave empty to always build with the latest version
intelijVersion=2019.1.3
intelijPlugins=ant, Spring, uml, junit, JavaEE, maven, eclipse, gradle, properties, Groovy, java-i18n, PersistenceSupport, CSS
intellijJvmArgs=-Xmx2G
intellijSinceBuild=191
intellijUpdateSinceUntilBuild=false
# https://plugins.jetbrains.com/plugin/227-psiviewer
psiViewerVersions.182=182.2371.2
psiViewerVersions.183=183.2153
psiViewerVersions.191=191.4212
# This is required because after upgrading to Gradle 5.1.1 the daemon runs out of memory during compilation with the
# default value of 512m
org.gradle.jvmargs=-Xmx1024m