mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
- Use package.json so dependabot can automatically update JS dependencies - Use @springio/antora-extensions (automatically apply default extensions in proper order) - Leverage set-algolia-env-extension to manage algolia env variables - Update to latest ui Closes gh-32863
9 lines
124 B
Groovy
9 lines
124 B
Groovy
plugins {
|
|
id 'base'
|
|
id 'org.antora' version '1.0.0'
|
|
}
|
|
|
|
antora {
|
|
options = [clean: true, fetch: true, stacktrace: true]
|
|
}
|