Turns out we have JDK7+ dependencies, so no JDK6 support!

This commit is contained in:
R. Tyler Croy 2015-04-07 10:24:59 -07:00
parent 73f12243bb
commit 2de429e000
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@ language: java
jdk:
- oraclejdk8
- openjdk7
- openjdk6
services:
- redis-server

View File

@ -13,8 +13,8 @@ group = 'com.github.lookout'
version = '0.3.0'
description = 'A server-side webhook publishing library'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
////////////////////////////////////////////////////////////////////////////////
// DEPENDENCY CONFIGURATION