From: Kevin Cernekee Date: Fri, 2 Feb 2018 04:47:15 +0000 (-0800) Subject: java: Bump to Java 8 X-Git-Tag: v8.00~126^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c040f2f734308dd979de7e74afeaf5069c611249;p=users%2Fdwmw2%2Fopenconnect.git java: Bump to Java 8 This fixes the following warnings: [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release Java 8 was released in 2014 so it should be widely available now. Signed-off-by: Kevin Cernekee --- diff --git a/java/build.xml b/java/build.xml index 7c7cb810..a0ba4651 100644 --- a/java/build.xml +++ b/java/build.xml @@ -12,7 +12,7 @@ + source="1.8" target="1.8" includeantruntime="false"/>