Refactored ssh uploading into a separate gradle task. Added "uploadFaq" task
This commit is contained in:
@@ -6,6 +6,7 @@ defaultTasks 'docbookHtmlSingle'
|
||||
[docbookHtml, docbookFoPdf, docbookHtmlSingle]*.sourceFileName = 'faq.xml'
|
||||
|
||||
docbookHtmlSingle.stylesheet = new File(projectDir, 'src/xsl/html-single-custom.xsl')
|
||||
docbookHtmlSingle.suffix = ''
|
||||
|
||||
docbookHtmlSingle.doLast {
|
||||
resourcesDir = new File(projectDir, 'src/resources')
|
||||
|
||||
Reference in New Issue
Block a user