Adding missing images

This commit is contained in:
Marcin Grzejszczak
2016-06-20 13:16:43 +02:00
parent f9d71ccaed
commit ee402d4357

View File

@@ -43,17 +43,20 @@ task generateReadme(type: com.github.jrubygradle.JRubyExec) {
}
asciidoctor {
String backend = 'html'
dependsOn jrubyPrepare
resources {
from("src/main/asciidoc/deprecated") {
include '*/**'
from("src/main/asciidoc/") {
include '**/*.png'
include '**/*.jpg'
include '**/*.html'
}
into './deprecated'
into './'
}
sourceDir 'src/main/asciidoc'
backends 'html'
backends backend
attributes 'build-gradle': file('build.gradle'),
'endpoint-url': 'https://Codearte.github.io/accurest',
'source-highlighter': 'coderay',