This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bnd.
commit 59e7a58d4701870c3a006aa0a0d616bb93ecd06c Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 17 10:56:32 2015 +0100 Changed the dependencies to use the Gradle plugin built in the bootstrap phase --- debian/patches/series | 1 + debian/patches/use-bootstrapped-gradle-plugin.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 0010060..3761400 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ no-osgi.r5.patch no-osgi-annotations.patch disable-jpm-plugin.patch gradle-compatibility.patch +use-bootstrapped-gradle-plugin.patch diff --git a/debian/patches/use-bootstrapped-gradle-plugin.patch b/debian/patches/use-bootstrapped-gradle-plugin.patch new file mode 100644 index 0000000..a04daae --- /dev/null +++ b/debian/patches/use-bootstrapped-gradle-plugin.patch @@ -0,0 +1,14 @@ +Description: Change the dependencies to use the Gradle plugin built in the bootstrap phase +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/settings.gradle ++++ b/settings.gradle +@@ -18,7 +18,7 @@ + } + } + dependencies { +- classpath bnd_plugin ++ classpath fileTree(dir: 'bootstrap', include: ['*.jar']) + } + /* Since the files in the repository change with each build, we need to recheck for changes */ + configurations.classpath.resolutionStrategy.cacheChangingModulesFor 30, 'minutes' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

