Skip to content

Commit 9210b3b

Browse files
committed
Revert "Drop @Input from getData()"
This reverts commit a9e50d6 as we do have some undeclared inputs. See gh-40572
1 parent 9cced06 commit 9210b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/antora/GenerateAntoraPlaybook.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public void writePlaybookYml() throws IOException {
9393
}
9494
}
9595

96-
private Map<String, Object> getData() throws IOException {
96+
@Input
97+
final Map<String, Object> getData() throws IOException {
9798
Map<String, Object> data = loadPlaybookTemplate();
9899
addExtensions(data);
99100
addSources(data);

0 commit comments

Comments
 (0)