mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-11 16:04:48 +00:00
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]
|
|
}
|