Caleb Cushing
                                            Caleb Cushing
                                        
                                    > Could you pls. try to provide us with a reproducer or a build scan showing the problem? We need to know which task is involved, what invocation you use...
yes, that process I just described worked ``` ❯ git checkout 3c90062~1 ❯ ./gradlew clean build ❯ git checkout 3c90062 ❯ ./gradlew build --scan ❯ ./gradlew clean build --scan ❯...
https://gradle.com/s/lgzn26kcdzytq also updated above, didn't realize I had pasted the same one twice, sorry
I don't know if it's a second bug, but it gets me that running the clean didn't clear it either.
seems like this is probably still an issue ;)
could a link to that be added to the `ConfigurationParameters` javadoc? because that's where I looked, and found via google
up to you in my opinion, you could also do a normal web link. I'm fine with whatever, I just want it to be easier to find ;)
I would assume this is still needed On Mon, Aug 15, 2022, 5:18 PM stale[bot] ***@***.***> wrote: > This issue has been automatically marked as stale because it has not...
> @Version fields are not included in this, mostly because I was not aware of @Version at the time when I wrote that feature -- I've never been a big...
yeah, that worked. I wonder if maybe it's worth just a little more documentation though if `@Version` field is what triggered the problem.