Installer: Require Java 8 (ticket #2511)

Jetty 9.3.28 (ticket #2098)
This breaks Debian builds, fixes to follow
This commit is contained in:
zzz
2020-05-27 16:08:54 +00:00
parent 27e422f81d
commit 03b1a4dfc0
70 changed files with 52 additions and 83 deletions

View File

@@ -36,7 +36,7 @@
<!-- only used if not set by a higher build.xml -->
<property name="javac.compilerargs" value="" />
<property name="javac.version" value="1.7" />
<property name="javac.version" value="1.8" />
<property name="manifest.classpath.name" value="Class-Path" />
<target name="compile" depends="depend, dependVersion">

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";