build.gradle 124 B

12345678
  1. plugins {
  2. id 'base'
  3. id 'org.antora' version '1.0.0'
  4. }
  5. antora {
  6. options = [clean: true, fetch: true, stacktrace: true]
  7. }