spring-security/build.gradle

9 lines
124 B
Groovy
Raw Normal View History

2022-08-30 17:58:27 -04:00
plugins {
2022-10-01 01:58:20 -04:00
id 'base'
2023-01-26 22:00:11 -05:00
id 'org.antora' version '1.0.0'
2022-08-30 17:58:27 -04:00
}
antora {
options = [clean: true, fetch: true, stacktrace: true]
2022-08-30 17:58:27 -04:00
}