Update to latest gradle 6 version (6.9.2)
Done via: ./gradlew wrapper --gradle-version 6.9.2
Does not depend on old log4j version anymore: https://blog.gradle.org/log4j-vulnerability
To make it super clear: the PR only contains content that was created by the single command ./gradlew wrapper --gradle-version 6.9.2... nothing was manually changed/added/removed.
@dbast, thanks for your contribution. Could you explain why if I ran the suggested command
./gradlew wrapper --gradle-version 6.9.2
on the root of the repo and the docs and extra-dependencies folders on top of your PR I get differences? Could you run the command again on top of your PR and double check, please?
Sorry to be inquisitive, but this is quite a big change even if it is automated.
@ncordon oh, right... forgot that ./gradlew wrapper --gradle-version 6.9.2 has to be run 2 times for a full update... the first run updates some pieces and the second run is then already done by the newer 6.9.2 version, which then updates the remaining pieces.... a third run now produces no further diff.
Sorry @dbast but it looks like the project does not work well with this changes (at least in the CI). I've tried forcing re-building everything from scratch and not using a cached version in dec6513 but it's still not working, so any ideas?