[ofbiz-framework] branch trunk 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 trunk 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 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 cc6ac64  Improved: fixes the executionpolicy for last update of Windows 10
cc6ac64 is described below

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