spring-security/build.gradle

9 lines
124 B
Groovy
Raw Permalink Normal View History

2022-08-30 15:58:27 -06:00
plugins {
2022-09-30 23:58:20 -06:00
id 'base'
2023-01-26 20:00:11 -07:00
id 'org.antora' version '1.0.0'
2022-08-30 15:58:27 -06:00
}
antora {
options = [clean: true, fetch: true, stacktrace: true]
2022-08-30 15:58:27 -06:00
}