diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-14 21:57:08 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-10-15 06:10:02 +0000 |
commit | f75164f58aff50a95ebe822b768ada5993690a5d (patch) | |
tree | e7f237b1e95d18b5a45de525c73cda84c3484263 /build | |
parent | c29ca5ea626b7d2a219bf32bcd0c1b4bf5258018 (diff) | |
download | vaadin-framework-f75164f58aff50a95ebe822b768ada5993690a5d.tar.gz vaadin-framework-f75164f58aff50a95ebe822b768ada5993690a5d.zip |
Disable unit cache to avoid compilation issues when switching between branches
Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml index 9b227e0a7d..22e6818bea 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -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"> |