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

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 221ef0009 Update license-check.yml
221ef0009 is described below

commit 221ef0009bb7526bfd35b9939a535093d1f6ea0f
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:54:59 2024 +0200

    Update license-check.yml
---
 .github/workflows/license-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/license-check.yml 
b/.github/workflows/license-check.yml
index 609e474da..f9ed20ec0 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Ant Build
         run: ant make-core-deps make-deps
       - name: Maven Build
-        run: mvn clean install -DskipTests -DskipITs -B
+        run: mvn clean install -B -DskipTests -DskipITs
       - name: RAT licence checks
         run: mvn -pl . apache-rat:check
       - name: RAT Report

Reply via email to