forked from I2P_Developers/i2p.i2p
Installer: Require Java 8 (ticket #2511)
Jetty 9.3.28 (ticket #2098) This breaks Debian builds, fixes to follow
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<!-- only used if not set by a higher build.xml -->
|
||||
<property name="javac.compilerargs" value="" />
|
||||
<property name="javac.classpath" value="" />
|
||||
<property name="javac.version" value="1.7" />
|
||||
<property name="javac.version" value="1.8" />
|
||||
|
||||
<target name="compile" depends="depend">
|
||||
<mkdir dir="./build" />
|
||||
|
Reference in New Issue
Block a user