diffplug / gradle-and-eclipse-rcp

Gradle and Eclipse RCP
Apache License 2.0
45 stars 9 forks source link

Upgraded gradle wrapper to 6.7 #17

Closed drkstr101 closed 3 years ago

drkstr101 commented 3 years ago

I got a failed hash check on gradle-wrapper.jar so I went ahead and upgraded it to 6.7, which I believe will be the last minor version before 7.x. You don't necessarily need to concern yourself with this as it will be included in features/java-11. I was just separating out the unrelated changes.

Cheers!

Signed-off-by: Aaron R Miller amiller@watheia.dev

nedtwigg commented 3 years ago

Thanks!