This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit 974a596cc3380b8508e4be3f66b148747e834aa7
Author: Ben Fortuna <bfort...@odecee.com.au>
Date:   Thu May 19 17:19:58 2016 +1000

    Updated compatibility to Java 7 minimum
---
 .travis.yml  | 1 -
 build.gradle | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 473a562..ef16915 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,3 @@ sudo: false
 jdk:
   - oraclejdk8
   - oraclejdk7
-  - openjdk6
diff --git a/build.gradle b/build.gradle
index 89253b1..c5e439c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ apply plugin: 'com.gradle.plugin-publish'
 
 group = 'org._10ne.gradle'
 
-sourceCompatibility = 1.6
-targetCompatibility = 1.6
+sourceCompatibility = 1.7
+targetCompatibility = 1.7
 
 repositories {
     jcenter()

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to