Browse Source

Disable unit cache to avoid compilation issues when switching between branches

Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961
tags/7.1.8
Artur Signell 10 years ago
parent
commit
f75164f58a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build/ide.xml

+ 1
- 0
build/ide.xml View File

@@ -130,6 +130,7 @@
<jvmarg value="-XX:MaxPermSize=256M" />
<jvmarg value="-Djava.awt.headless=true" />
<jvmarg value="-Dgwt.usearchives=false" />
<jvmarg value="-Dgwt.persistentunitcache=false" />
</java>
</target>
<target name="vaadinPush.js">

Loading…
Cancel
Save