Fix spacing on README

This commit is contained in:
Jonathan Leitschuh 2020-02-13 16:59:09 -05:00
parent 91b8d34dbf
commit 793a52f6a9
No known key found for this signature in database
GPG key ID: 3501A7427721B061

View file

@ -100,7 +100,9 @@ Regardless of what you find, we still kindly request that you reach out to us an
if your `gradle-wrapper.jar` was generated by Gradle 3.3 to 4.0, the check will fail. 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. 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. As such, it's not possible to verify the `gradle-wrapper.jar` for those versions are legitimate using a hash comparison.
If the Gradle version in use is out of this range it is possible that your Wrapper JAR is out of sync. To fix this run `./gradlew wrapper`. If the Gradle version in use is in the problematic range, you should consider upgrading. If the Gradle version in use is out of this range it is possible that your Wrapper JAR is out of sync.
To fix this run `./gradlew wrapper`. If the Gradle version in use is in the problematic range, you should consider upgrading.
## 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