mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
14 lines
218 B
Groovy
14 lines
218 B
Groovy
plugins {
|
|
id 'org.asciidoctor.gradle.asciidoctor'
|
|
id 'org.asciidoctor.convert'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
asciidoctor {
|
|
attributes 'source-highlighter': 'prettify',
|
|
'toc': 'left'
|
|
}
|