I have a project that is currently using Gradle 6.0.1. When running ./gradlew wrapper --gradle-version=6.3 --distribution-type=all
, I see that gradle-wrapper.jar
is not updated. Yet in another project, I see that the wrapper changed from 6.0.1 to 6.1.1 (though not from 6.1.1 to 6.3). But as the changes from 6.1.1 should be contained in 6.3, too, I would have expected the wrapper to do change when going from 6.0.1 straight to 6.3.
What’s wrong here?