You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/10/13 06:42:44 UTC

[groovy] branch master updated: doc zip should have single-page html file

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fa490f  doc zip should have single-page html file
2fa490f is described below

commit 2fa490f1128408e9692b187da617209961cd8181
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Oct 13 16:42:33 2020 +1000

    doc zip should have single-page html file
---
 subprojects/groovy-binary/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/subprojects/groovy-binary/build.gradle b/subprojects/groovy-binary/build.gradle
index b757209..a83b830 100644
--- a/subprojects/groovy-binary/build.gradle
+++ b/subprojects/groovy-binary/build.gradle
@@ -122,6 +122,7 @@ distribution {
         }
         into('html/documentation') {
             from configurations.allAsciidoc
+            from tasks.named('asciidoctor')
             from tasks.named('asciidoctorPdf')
             exclude '.asciidoctor'
         }