-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Rework Antora Gradle Infrastructure #40572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like |
It's the spring-boot/buildSrc/src/main/java/org/springframework/boot/build/antora/GenerateAntoraPlaybook.java Lines 96 to 104 in 45c9fc0
|
I wonder if we can drop |
Remove `@Input` from the `getData()` method since it's built up from other properties. See gh-40572
I'd like to expand this to cover a couple of other things that have been tackled elsewhere for other tasks:
|
Many of the task's inputs are currently captured in a
Map<String, Object>
. When comparing build scans this makes it hard to determine why the task was or was not up-to-date.data
is represented as aValue property
. When the value differs, all that we're shown is that "Input 'data' is in both builds but values are different". Splitting this input up into several more finely grained inputs will make build scans more useful.The text was updated successfully, but these errors were encountered: