Revert "Drop @Input from getData()"

This reverts commit a9e50d67dd as
we do have some undeclared inputs.

See gh-40572
This commit is contained in:
Phillip Webb
2024-10-23 09:58:04 -07:00
parent 9cced069a0
commit 9210b3b8e9

View File

@@ -93,7 +93,8 @@ public abstract class GenerateAntoraPlaybook extends DefaultTask {
}
}
private Map<String, Object> getData() throws IOException {
@Input
final Map<String, Object> getData() throws IOException {
Map<String, Object> data = loadPlaybookTemplate();
addExtensions(data);
addSources(data);