summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorthetric <broj.dominik@gmail.com>2018-01-04 19:45:35 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-03-10 18:46:23 +0100
commit87e9f9b747c3300f33bdba4d3d53e4889e568e68 (patch)
tree370a5986a983ed6ce3ea254bbc4d85a1b0c6e623 /build.xml
parent7cc8c823de644a510fcc434f39b53e5fffe66bfd (diff)
build: update maven compiler plugin + java level to 1.7
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7103dcb..ab763e6 100644
--- a/build.xml
+++ b/build.xml
@@ -20,7 +20,7 @@
<target name="compile">
<delete dir="build" />
<mkdir dir="build" />
- <javac target="1.6" srcdir="src" destdir="build" debug="on" />
+ <javac target="7" srcdir="src" destdir="build" debug="on" />
<copy file="src/net/sourceforge/plantuml/version/logo.png"
todir="build/net/sourceforge/plantuml/version" />
<copy file="src/net/sourceforge/plantuml/version/favicon.png"