From dc2550fa0c861e7a3820613413fffaf7a53b6910 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 6 Jan 2012 19:26:48 +0100 Subject: [PATCH] Upgrade docbook and bundlor plugins to 0.1.1 Picks up minor changes allowing 'reference' and 'docbook' plugins to show up in `gradle tasks` listings. --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 696ea86d56..7273d66e19 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { maven { url 'https://repo.springsource.org/plugins-release' } } dependencies { - classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.0' - classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.0' + classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.1' + classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.1' } } @@ -875,8 +875,6 @@ apply plugin: 'docbook-reference' reference { sourceDir = file('src/reference/docbook') - group = 'Documentation' - description = 'Generates HTML and PDF reference documentation.' } task api(type: Javadoc) {