]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
java: Bump to Java 8
authorKevin Cernekee <cernekee@gmail.com>
Fri, 2 Feb 2018 04:47:15 +0000 (20:47 -0800)
committerKevin Cernekee <cernekee@gmail.com>
Mon, 12 Feb 2018 03:39:14 +0000 (19:39 -0800)
commitc040f2f734308dd979de7e74afeaf5069c611249
treefeb67c78fe97ac8590216b58b560e473f009976d
parent7a64d5342cdc8cc49caee26faa77cc57a588a878
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 <cernekee@gmail.com>
java/build.xml