commit | 064f829c4a5ddf18c02f01401468b690771cb09d | [log] [tgz] |
---|---|---|
author | Thomas Broyer <t.broyer@gmail.com> | Sat Dec 07 23:31:59 2013 +0100 |
committer | Matthew Dempsky <mdempsky@google.com> | Wed Dec 11 19:08:39 2013 -0800 |
tree | 9dd7cfc83fe5efe612c0bdf5c41ca3a6b50c0fe2 | |
parent | 77dde0c4908b323a216c885090155716094d9a9e [diff] |
Set -sourceLevel when precompiling modules Without -sourceLevel, the gwtar files would depend on the JDK used to compile GWT. We want GWT to be compatible with Java 6 JVMs so the gwtar files must be built with -sourceLevel 1.6 whichever the JDK used to produce the GWT artifacts. Change-Id: I69250d554f66615aa2d99f44c612d5eba0d5a8b8