We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e26c6d6 + a9e50d6 commit bacd2c2Copy full SHA for bacd2c2
buildSrc/src/main/java/org/springframework/boot/build/antora/GenerateAntoraPlaybook.java
@@ -93,8 +93,7 @@ public void writePlaybookYml() throws IOException {
93
}
94
95
96
- @Input
97
- final Map<String, Object> getData() throws IOException {
+ private Map<String, Object> getData() throws IOException {
98
Map<String, Object> data = loadPlaybookTemplate();
99
addExtensions(data);
100
addSources(data);
0 commit comments