Merge branch '3.3.x'

This commit is contained in:
Phillip Webb 2024-10-22 11:15:00 -07:00
commit bacd2c26e1

View File

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