This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
vecmath/javac-1.8-source-target.patch

13 lines
378 B
Diff

diff --git a/build.xml b/build.xml
index f33f185..27da458 100644
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,7 @@
<mkdir dir="${class.dir}"/>
<javac srcdir="${src.dir}" destdir="${class.dir}"
- source="1.5" target="1.5"
+ source="1.8" target="1.8"
debug="true"
debuglevel="lines,source"
deprecation="on"