This website works better with JavaScript
Home
Explore
Help
Register
Sign In
github
/
spring-security
mirror of
https://github.com/spring-projects/spring-security
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update docbook plugin use to new gradle 0.9+ syntax.
Luke Taylor
15 years ago
parent
81f91d28eb
commit
e1d41177bb
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
docs/manual/build.gradle
+ 1
- 1
docs/manual/build.gradle
View File
@@ -1,4 +1,4 @@
-
usePlugin
'docbook'
+
apply id:
'docbook'
defaultTasks 'docbookHtml'
defaultTasks 'docbookHtml'