This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new c933d0a Debug mvnw on Windows
c933d0a is described below
commit c933d0a6d4b6b2c6275d76dc644e8245eaf59645
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Feb 4 12:51:56 2023 +0100
Debug mvnw on Windows
---
.github/workflows/build.yml | 3 ++-
mvnw | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3b2ae5e..f9a1cd5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,7 +38,8 @@ jobs:
strategy:
matrix:
- os: [ macos-latest, ubuntu-latest, windows-latest ]
+ #os: [ macos-latest, ubuntu-latest, windows-latest ]
+ os: [ windows-latest ]
steps:
diff --git a/mvnw b/mvnw
index b7f0646..10a3649 100755
--- a/mvnw
+++ b/mvnw
@@ -17,6 +17,7 @@
# specific language governing permissions and limitations
# under the License.
# ----------------------------------------------------------------------------
+set -x
# ----------------------------------------------------------------------------
# Apache Maven Wrapper startup batch script, version 3.1.1