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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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 <[hidden email]>
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