projects
/
Macaco
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdf5ce
)
Fixed Ant properties.
author
Marco Zanon
<info@marcozanon.com>
Wed, 9 Aug 2023 15:57:26 +0000
(15:57 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Wed, 9 Aug 2023 15:57:26 +0000
(15:57 +0000)
8.x/build.xml
patch
|
blob
|
history
diff --git
a/8.x/build.xml
b/8.x/build.xml
index 995b7e7e55ba460f471d664068dc7c1e119b1e87..a734cbf2cf24756890d5e753b6547a944ea429e8 100644
(file)
--- a/
8.x/build.xml
+++ b/
8.x/build.xml
@@
-21,7
+21,7
@@
<target name="compile" depends="clean" description="Compiles .java source code to .class bytecode.">
<mkdir dir="build/classes/" />
- <javac target="
1.8" source="1.
8" srcdir="src/main/java/" destdir="build/classes/">
+ <javac target="
8" source="
8" srcdir="src/main/java/" destdir="build/classes/">
<compilerarg value="-Xlint:none" />
</javac>
</target>