[gradle] 22/22: New drop_jmh-gradle-plugin.patch

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Nov 2 10:13:18 UTC 2016


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

seamlik-guest pushed a commit to branch master
in repository gradle.

commit d84282ce8d336b044c254659b64f5f997b7b3735
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Wed Nov 2 17:41:51 2016 +0800

    New drop_jmh-gradle-plugin.patch
---
 debian/patches/drop_jmh-gradle-plugin.patch | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/drop_jmh-gradle-plugin.patch b/debian/patches/drop_jmh-gradle-plugin.patch
new file mode 100644
index 0000000..3d4bb75
--- /dev/null
+++ b/debian/patches/drop_jmh-gradle-plugin.patch
@@ -0,0 +1,16 @@
+Description: jmh-gradle-plugin is not in Debian yet
+Author: Kai-Chung Yan (殷啟聰)
+Last-Update: 2016-11-02
+--- a/gradle/groovyProject.gradle
++++ b/gradle/groovyProject.gradle
+@@ -76,10 +76,6 @@
+     apply from: "$rootDir/gradle/performanceTest.gradle"
+ }
+ 
+-if (file("src/jmh").exists()) {
+-    apply from: "$rootDir/gradle/jmh.gradle"
+-}
+-
+ class ClasspathManifest extends DefaultTask {
+ 
+     FileCollection input = project.configurations.runtime
diff --git a/debian/patches/series b/debian/patches/series
index 098909b..0f4321e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ disable_Kotlin.patch
 disable_buildSrc_tests.patch
 dependency-management_depends_on_testkit.patch
 Groovy_projects_depends_on_localGroovy.patch
+drop_jmh-gradle-plugin.patch

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