We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Input
getData()
1 parent 9acbee7 commit a9e50d6Copy full SHA for a9e50d6
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