[gradle-jflex-plugin] 12/14: Update build.patch and build Java 6 class files.
Markus Koschany
apo at moszumanska.debian.org
Wed Jul 27 13:44:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch experimental
in repository gradle-jflex-plugin.
commit 827ff083e7420a9bf6bda05232218829f8a7a65b
Author: Markus Koschany <apo at debian.org>
Date: Wed Jul 27 07:42:29 2016 +0200
Update build.patch and build Java 6 class files.
---
debian/changelog | 1 +
debian/patches/build.patch | 10 ++++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f77b592..f7340bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ gradle-jflex-plugin (1.1.0-1) unstable; urgency=medium
* Switch to fork of gradle-plugin-jflex because it is actively maintained.
* Drop gradle-2.12.patch. Fixed upstream.
* Tighten build-dependency on jflex. Add maven.rules file.
+ * Build Java 6 class files for maximum compatibility. Update build.patch.
-- Markus Koschany <apo at debian.org> Wed, 27 Jul 2016 07:14:17 +0200
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index 63512ad..e486071 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -3,14 +3,14 @@ Date: Tue, 19 Jul 2016 20:01:41 +0200
Subject: build
---
- build.gradle | 25 +++++++++++++------------
- 1 file changed, 13 insertions(+), 12 deletions(-)
+ build.gradle | 27 +++++++++++++++------------
+ 1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/build.gradle b/build.gradle
-index 0350ad5..0ed3152 100755
+index 0350ad5..7623ef7 100755
--- a/build.gradle
+++ b/build.gradle
-@@ -23,18 +23,19 @@ configurations {
+@@ -23,18 +23,21 @@ configurations {
dependencies {
compile gradleApi()
compile "de.jflex:jflex:1.6.1"
@@ -30,6 +30,8 @@ index 0350ad5..0ed3152 100755
- }
- }
-}
++sourceCompatibility = 1.6
++targetCompatibility = 1.6
+//uploadArchives {
+// repositories {
+// mavenDeployer {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-jflex-plugin.git
More information about the pkg-java-commits
mailing list