Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created October 13, 2010 14:12
Show Gist options
  • Save sebersole/624101 to your computer and use it in GitHub Desktop.
Save sebersole/624101 to your computer and use it in GitHub Desktop.
jdocbook {
userGuide {
masterSourceDocumentName 'GradleUserGuide.xml'
translations ['en-US', 'fr-FR']
}
pluginDevGuide {
masterSourceDocumentName 'GradlePluginDevGuide.xml'
translations ['en-US', 'fr-FR']
}
}
--- Better (imo) ---
jdocbook {
translations ['en-US', 'fr-FR']
userGuide {
masterSourceDocumentName 'GradleUserGuide.xml'
}
pluginDevGuide {
masterSourceDocumentName 'GradlePluginDevGuide.xml'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment