You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigurationProperties task in buildSrc. When a change is made to the sections, this triggers an entire rebuild due to how Gradle treats buildSrc. It would be better if the configuration was in the spring-boot-docs module's build.gradle script. It can be declarative so it's well-suited to going there rather than being done in code.