This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 208cd1f  Improved: Dependency verification  (OFBIZ-12186)
208cd1f is described below

commit 208cd1f6724ae3dfb88f295755aa9db30e788f05
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 27 15:01:51 2021 +0100

    Improved: Dependency verification  (OFBIZ-12186)
    
    It does not work on Buildbot, not sure why yet.
    Better to not use it for now...
---
 gradle/verification-metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 219f7a5..6ed1aea 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <verification-metadata 
xmlns="https://schema.gradle.org/dependency-verification"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://schema.gradle.org/dependency-verification 
https://schema.gradle.org/dependency-verification/dependency-verification-1.0.xsd";>
    <configuration>
-      <verify-metadata>true</verify-metadata>
-      <verify-signatures>true</verify-signatures>
+      <verify-metadata>false</verify-metadata>
+      <verify-signatures>false</verify-signatures>
       <trusted-keys>
          <trusted-key id="0143e2aa6983731f9d1dd82a2184c00abbcd7e0e" 
group="org.locationtech.spatial4j" name="spatial4j" version="0.7"/>
          <trusted-key id="015479e1055341431b4545ab72475fd306b9cab7" 
group="com.googlecode.javaewah" name="JavaEWAH" version="0.7.9"/>

Reply via email to