plugins { id 'base' id 'org.antora' version '1.0.0' } antora { options = [clean: true, fetch: true, stacktrace: true] } node { version = '24.15.0' }