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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 121e1eb  Uses ordinary maven instead of wrapper
121e1eb is described below

commit 121e1eb6fd8866c3b30b4c50cd68eb2c4ae20f74
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Dec 24 10:10:16 2020 +0100

    Uses ordinary maven instead of wrapper
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2a1a04f..e5a2aa4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,4 +32,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: ./mvnw -V clean test package
+      run: mvn -V clean test package

Reply via email to