1
0
mirror of synced 2026-07-20 10:05:13 +00:00
Files
spring-security/build.gradle
T
Marcus Hert Da Coregio 477276b52e Use package.json for antora package management
Issue gh-14819
2024-04-03 09:44:15 -03:00

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',
]
}