477276b52e
Issue gh-14819
14 lines
273 B
Groovy
14 lines
273 B
Groovy
plugins {
|
|
id 'base'
|
|
id 'org.antora' version '1.0.0'
|
|
}
|
|
|
|
antora {
|
|
options = [clean: true, fetch: true, stacktrace: true]
|
|
environment = [
|
|
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
|
|
'ALGOLIA_APP_ID': 'WB1FQYI187',
|
|
'ALGOLIA_INDEX_NAME': 'springdocs',
|
|
]
|
|
}
|