Is it possible to use gradle-witness with gradle wrapper?

Is it possible to verify the dependencies downloaded by the wrapper using gradle-witness?

Can the built in SHA-256 verification as outlined at 5.4 https://docs.gradle.org/2.13/userguide/gradle_wrapper.html be used instead?

Thanks