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:43 UTC

[ofbiz-framework] branch release18.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 release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit fcfca0d78d22165065fd8f0a8d65345bf2111a67
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