[android-platform-tools-base] 01/01: Set Java version to 1.6

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Jul 28 12:21:14 UTC 2016


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

seamlik-guest pushed a commit to branch master
in repository android-platform-tools-base.

commit 86e55833625c944ae094a5132866af850b159263
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Thu Jul 28 20:20:56 2016 +0800

    Set Java version to 1.6
---
 debian/libandroid-tools-common-java.lintian-overrides | 3 ---
 debian/project.gradle                                 | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/libandroid-tools-common-java.lintian-overrides b/debian/libandroid-tools-common-java.lintian-overrides
deleted file mode 100644
index 4d50e31..0000000
--- a/debian/libandroid-tools-common-java.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Java 8 is the new default now, hence all jars will work.
-incompatible-java-bytecode-format
-
diff --git a/debian/project.gradle b/debian/project.gradle
index d938635..8dfed6c 100644
--- a/debian/project.gradle
+++ b/debian/project.gradle
@@ -1,5 +1,8 @@
+apply plugin: 'java'
 apply plugin: 'maven'
 
+sourceCompatibility = 1.6
+targetCompatibility = 1.6
 def pomFilePath = "${buildDir}/${project.name}.pom"
 def classpathsFilePath = "${buildDir}/${project.name}.classpaths"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/android-platform-tools-base.git



More information about the pkg-java-commits mailing list