[rest-gradle-plugin] 74/83: Updated compatibility to Java 7 minimum

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:09 UTC 2017


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 <bfortuna at 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



More information about the pkg-java-commits mailing list