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 9cced06 commit 9210b3bCopy full SHA for 9210b3b
buildSrc/src/main/java/org/springframework/boot/build/antora/GenerateAntoraPlaybook.java
@@ -93,7 +93,8 @@ public void writePlaybookYml() throws IOException {
93
}
94
95
96
- private Map<String, Object> getData() throws IOException {
+ @Input
97
+ final Map<String, Object> getData() throws IOException {
98
Map<String, Object> data = loadPlaybookTemplate();
99
addExtensions(data);
100
addSources(data);
0 commit comments