BefatorNix/java/commons-grant.patch
2025-09-17 23:24:29 +02:00

21 lines
737 B
Diff

diff --git a/build.xml b/build.xml
index ae67eac..b1ec57d 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@
<target name="compile" description="o Compile the code" depends="get-deps">
<mkdir dir="${classesdir}">
</mkdir>
- <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
+ <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html" target="1.4">
<src>
<pathelement location="src/java">
</pathelement>
@@ -111,4 +111,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>