all: switch to jdk8 as default

Also, remove jdk7 as it will become unused. We added jdk8 for
retrolambda, and now that we will use jdk8 as the default, jdk7 is
unnecessary as retrolambda can work fine with just jdk8.

This removes it from the buildserver, and the new CI image also only has
jdk8 from jessie-backports.

Fixes #185.
This commit is contained in:
Daniel Martí 2016-06-21 11:41:25 +01:00
parent d11135b441
commit 5de678e48b
5 changed files with 6 additions and 11 deletions

View file

@ -15,11 +15,8 @@
# 'r10e': "$ANDROID_NDK",
# }
# If you want to build apps that use retrolambda and Java 1.8, you'll need to
# have both 1.7 and 1.8 installed.
# java_paths = {
# '1.7': "/usr/lib/jvm/java-7-openjdk",
# '1.8': None,
# '1.8': "/usr/lib/jvm/java-8-openjdk",
# }
# Build tools version to be used