Cleanup Antora

This commit is contained in:
Rob Winch
2021-08-17 13:46:13 -05:00
parent faa6c441fa
commit 26419e2149
53 changed files with 2552 additions and 1359 deletions

View File

@@ -23,6 +23,17 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
sourceSets {
test {
java {
srcDirs = ['modules/ROOT/examples/java']
}
resources {
srcDirs = ['modules/ROOT/examples/resources']
}
}
}
def versions = dependencyManagement.managedVersions
asciidoctorPdf {
@@ -66,6 +77,8 @@ asciidoctorj {
'docinfodir@': "."
}
println asciidoctorj.attributes
repositories {
maven { url "https://repo.spring.io/release" }
}