You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently gtfs-validator is using gradle 7.4 as mentioned in gradle-wrapper.properties and the checksum of current wrapper.jar is 33ad4583fd7ee156f533778736fa1b4940bd83b433934d1cc4e9f608e99a6a89. However, as can be seen from official doc https://gradle.org/release-checksums/, the expected checksum of wrapper.jar 7.4 should be 575098db54a998ff1c6770b352c3b16766c09848bee7555dab09afc34e8cf590. The inconsistency means that the wrapper.jar is stale and should be updated.
Possible Solution
Proposed solution
As mentioned in gradle official document https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper, you will need to run the wrapper task a second time to make sure the wrapper.jar is updated. You can run the below command in the root project. Automatically the wrapper scripts will be generated by gradle with corresponding version.
bash gradlew wrapper
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue in this project! If you haven't already, you can join our slack and join the #gtfs-validators channel to meet our awesome community. Come say hi 👋!
Welcome to the community and thank you for your engagement in open source! 🎉
👋 @HappyHacker123! Thanks for highlighting the checksum mismatch with our gradle-wrapper.jar. You're right -- this discrepancy suggests that our wrapper might be outdated or incorrectly set up. We will take a look ASAP!
Feel free to open a PR if you'd like to jump in and help with the update. Your contributions are always welcome!
Describe the problem
Currently gtfs-validator is using gradle 7.4 as mentioned in gradle-wrapper.properties and the checksum of current wrapper.jar is 33ad4583fd7ee156f533778736fa1b4940bd83b433934d1cc4e9f608e99a6a89. However, as can be seen from official doc https://gradle.org/release-checksums/, the expected checksum of wrapper.jar 7.4 should be 575098db54a998ff1c6770b352c3b16766c09848bee7555dab09afc34e8cf590. The inconsistency means that the wrapper.jar is stale and should be updated.
Possible Solution
Proposed solution
As mentioned in gradle official document https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper, you will need to run the wrapper task a second time to make sure the wrapper.jar is updated. You can run the below command in the root project. Automatically the wrapper scripts will be generated by gradle with corresponding version.
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: