build.gradle 300 B

1234567891011121314
  1. plugins {
  2. id 'base'
  3. id 'org.antora' version '1.0.0'
  4. }
  5. antora {
  6. version = '3.2.0-alpha.2'
  7. options = [clean: true, fetch: true, stacktrace: true]
  8. environment = [
  9. 'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
  10. 'ALGOLIA_APP_ID': 'WB1FQYI187',
  11. 'ALGOLIA_INDEX_NAME': 'springdocs',
  12. ]
  13. }