You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/09/26 07:57:42 UTC

[ofbiz-framework] branch release17.12 updated: Improved: fixes the executionpolicy for last update of Windows 10

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

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new faadf5a  Improved: fixes the executionpolicy for last update of Windows 10
faadf5a is described below

commit faadf5a6221d823e94809ea5c29712a1186d8320
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Sep 26 09:55:27 2020 +0200

    Improved: fixes the executionpolicy for last update of Windows 10
    
    Thanks: Georg Potthast for report on user ML
---
 init-gradle-wrapper.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init-gradle-wrapper.bat b/init-gradle-wrapper.bat
index b05e9bb..05327d7 100755
--- a/init-gradle-wrapper.bat
+++ b/init-gradle-wrapper.bat
@@ -20,4 +20,4 @@ rem #####################################################################
 rem interactive DOS version of mergefromtrunk.sh.
 rem to use : launch and pass the trunk version number to merge in release
 
-Powershell.exe -executionpolicy remotesigned -File  gradle\init-gradle-wrapper.ps1
\ No newline at end of file
+Powershell.exe -executionpolicy bypass -File  gradle\init-gradle-wrapper.ps1
\ No newline at end of file