Skip to content

Commit a9e50d6

Browse files
committed
Drop @Input from getData()
Remove `@Input` from the `getData()` method since it's built up from other properties. See gh-40572
1 parent 9acbee7 commit a9e50d6

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

Lines changed: 1 addition & 2 deletions
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)