Mercurial > cgi-bin > hgweb.cgi > JpegWasher
diff build.xml @ 5:dc1f4359659d
Got it compiling.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 09 Apr 2020 18:20:34 -0700 |
parents | db63d01a23c6 |
children | e52fd1a575de |
line wrap: on
line diff
--- a/build.xml Wed Apr 08 21:31:30 2020 -0700 +++ b/build.xml Thu Apr 09 18:20:34 2020 -0700 @@ -87,7 +87,9 @@ <target name="compile" depends="classpath" description="Compile Java sources to ${work.home}"> <kotlinc src="${src.home}" output="${work.jar}" - classpathref="compile.classpath"/> + classpathref="compile.classpath"> + <compilerarg line="-jvm-target 1.8"/> + </kotlinc> </target> <!-- make .jar file -->