Skip to content

Commit c793385

Browse files
committed
added gradle task 'present'
1 parent 49638a8 commit c793385

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

presentation/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ asciidoctor {
9696
dependsOn download
9797
}
9898

99+
task present(type:Exec) {
100+
dependsOn asciidoctor
101+
commandLine 'firefox', "$buildDir/asciidoc/html5/presentation.html"
102+
}
103+

0 commit comments

Comments
 (0)