Gradle wrapper keeps updating its timestamp?

I’m working on an IntelliJ project that uses the gradle wrapper. Every few days, the gradle wrapper updates its own timestamp, creating needless commits and merge conflicts. For example, the wrapper will switch from the gradle “bin” zip URL to the “all” zip URL. What’s causing this, different IntelliJ gradle settings across team members?

1 Like