Skip to content

Commit bacd2c2

Browse files
committed
Merge branch '3.3.x'
2 parents e26c6d6 + a9e50d6 commit bacd2c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)