[
https://issues.apache.org/jira/browse/OFBIZ-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288365#comment-17288365 ]
Jacques Le Roux commented on OFBIZ-12186:
-----------------------------------------
After reading the [Gradle documentation|
https://docs.gradle.org/current/userguide/dependency_verification.html], having a look into [
https://github.com/apache/groovy/blob/master/gradle/] and checking [
https://github.com/apache/groovy/blob/master/gradle/verification-metadata.xml], I tried by myself in OFBiz.
In OFBiz case, the steps are simple despite the frigthening Gradle documention. What I did:
{quote}gradle --write-verification-metadata sha256 help
{quote}
I got a verification-metadata.xml in the gradle subdir. I then tried to launch OFBiz and got 3 issues related to the compileGroovy task
I then used
{quote}gradle --write-verification-metadata sha256 compileGroovy
{quote}
which completed the verification-metadata.xml and was able to launch OFBiz w/o issues.
I attach the verification-metadata.xml for others to put it in the gradle subdir and test by themselves.
It seems it's a securing easy feature to use. So I suggest to use it by simply committing the [^verification-metadata.xml] file
--
This message was sent by Atlassian Jira
(v8.3.4#803005)