Update docbook plugin use to new gradle 0.9+ syntax.

This commit is contained in:
Luke Taylor 2010-01-14 15:49:05 +00:00
parent 81f91d28eb
commit e1d41177bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
usePlugin 'docbook'
apply id: 'docbook'
defaultTasks 'docbookHtml'