9 lines
124 B
Groovy
9 lines
124 B
Groovy
plugins {
|
|
id 'base'
|
|
id 'org.antora' version '1.0.0'
|
|
}
|
|
|
|
antora {
|
|
options = [clean: true, fetch: true, stacktrace: true]
|
|
}
|