Bump to Java 7 (#2649)

This commit is contained in:
Dale Wijnand 2016-06-21 17:40:24 +01:00 committed by eugene yokota
parent 7bc9b5a875
commit 836911deab
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ language: scala
# TODO - we'd like to actually test everything, but the process library has a deadlock right now
jdk:
- openjdk6
# - oraclejdk7
- openjdk7
- oraclejdk7
env:
matrix:

View File

@ -20,6 +20,6 @@ object Release {
)
def javaVersionCheckSettings = Seq(
javaVersionPrefix in javaVersionCheck := Some("1.6")
javaVersionPrefix in javaVersionCheck := Some("1.7")
)
}