jgoldhammer/alfresco-jscript-extensions

Should specify java version in build.xml

binduwavell opened this issue · 1 comments

Add the following attributes to the javac action in the compile target:
source="1.6" target="1.6"

This helps if folks have an older or newer version of java to make sure everything works cleanly or fails early.

I will switch to Maven.