[gradle] 01/06: Add groupId to jansi.patch to avoid missing groupId in gradle-logging pom
tony mancill
tmancill at debian.org
Sun Mar 25 20:16:59 BST 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository gradle.
commit 595a1a6112b30e2a6dbb7e159b6b6d37b0dc9b8f
Author: tony mancill <tmancill at debian.org>
Date: Sun Mar 25 11:16:39 2018 -0700
Add groupId to jansi.patch to avoid missing groupId in gradle-logging pom
---
debian/patches/jansi.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/jansi.patch b/debian/patches/jansi.patch
index 96ca9e1..2ce761a 100644
--- a/debian/patches/jansi.patch
+++ b/debian/patches/jansi.patch
@@ -11,10 +11,10 @@ Forwarded: not-needed
subprojects/logging/logging.gradle | 8 ++++++++
1 file changed, 8 insertions(+)
-diff --git a/subprojects/logging/logging.gradle b/subprojects/logging/logging.gradle
-index b1cb8b3..65eb7e0 100644
---- a/subprojects/logging/logging.gradle
-+++ b/subprojects/logging/logging.gradle
+Index: gradle/subprojects/logging/logging.gradle
+===================================================================
+--- gradle.orig/subprojects/logging/logging.gradle
++++ gradle/subprojects/logging/logging.gradle
@@ -4,6 +4,12 @@
sourceCompatibility = javaVersion.java9Compatible ? 1.6 : 1.5
@@ -32,7 +32,7 @@ index b1cb8b3..65eb7e0 100644
compile project(":messaging")
compile project(":cli")
-+ compile name: 'jansi-native'
++ compile group: 'org.fusesource.jansi', name: 'jansi-native'
+
runtime libraries.log4j_to_slf4j
runtime libraries.jcl_to_slf4j
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list