Skip to content

Commit d8ef214

Browse files
committed
Merge branch '3.3.x'
2 parents 8bb7df3 + 9210b3b commit d8ef214

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)