spring-framework/build.gradle

9 lines
124 B
Groovy
Raw Permalink Normal View History

2022-12-09 00:12:42 +08:00
plugins {
id 'base'
id 'org.antora' version '1.0.0'
}
antora {
2023-08-10 06:06:36 +08:00
options = [clean: true, fetch: true, stacktrace: true]
2022-12-09 00:12:42 +08:00
}