mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Document unsupported versions 3.3 to 4.0
This commit is contained in:
parent
80623af194
commit
aea0bb6ee7
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ If you're curious and want to explore what the differences are between the `grad
|
||||||
and one of our valid release, you can compare them using this online utility: [DiffScope](https://try.diffoscope.org/).
|
and one of our valid release, you can compare them using this online utility: [DiffScope](https://try.diffoscope.org/).
|
||||||
Regardless of what you find, we still kindly request that you reach out to us and let us know about any issues you encountered.
|
Regardless of what you find, we still kindly request that you reach out to us and let us know about any issues you encountered.
|
||||||
|
|
||||||
|
|
||||||
|
**Note:** When _initially_ applying this action to your project,
|
||||||
|
if your `gradle-wrapper.jar` was generated by Gradle 3.3 to 4.0, the check will fail.
|
||||||
|
This is because these `gradle-wrapper.jar` versions were dynamically generated by Gradle in a non-reproducible manner.
|
||||||
|
As such, it's not possible to verify the `gradle-wrapper.jar` for those versions are legitimate using a hash comparison.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
To learn more about verifying the Gradle Wrapper JAR locally, see our
|
To learn more about verifying the Gradle Wrapper JAR locally, see our
|
||||||
|
|
Loading…
Reference in a new issue