forked from mplushnikov/lombok-intellij-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
35 lines (35 loc) · 889 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
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
#
#ideaVersion=2017.2
#ideaVersion=2017.2.7
#ideaVersion=2017.3
#ideaVersion=2017.3.5
#ideaVersion=2018.1
#ideaVersion=2018.1.6
#ideaVersion=2018.2
ideaVersion=2018.2.4
#ideaVersion=183.2153.8
#ideaVersion=183.2940.10
#ideaVersion=LATEST-EAP-SNAPSHOT
#ideaVersion = LATEST-TRUNK-SNAPSHOT
#
pluginGroup=de.plushnikov.intellij.plugin
pluginName=lombok-plugin
pluginVersion=0.21
#
javaVersion=1.8
sources=true
isEAP=false
idePath=
#
descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
#
publishUsername=Overheat
publishPassword=
#
org.gradle.jvmargs=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m -Dfile.encoding=utf-8
#
#localIdeaDependencyCachePath=D:/IdeaCache