You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/07/22 08:45:26 UTC

[incubator-seatunnel] branch CalvinKirs-patch-1 created (now 93d6ce175)

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

kirs pushed a change to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


      at 93d6ce175 [CI]Fix License Check not found snapshot jar

This branch includes the following new commits:

     new 93d6ce175 [CI]Fix License Check not found snapshot jar

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-seatunnel] 01/01: [CI]Fix License Check not found snapshot jar

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git

commit 93d6ce175028f85149ff64466706587d9842a70e
Author: Kirs <ki...@apache.org>
AuthorDate: Fri Jul 22 16:45:21 2022 +0800

    [CI]Fix License Check not found snapshot jar
---
 .github/workflows/backend.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index fd47d9d42..ee6620ec7 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -125,6 +125,14 @@ jobs:
           distribution: 'temurin'
           java-version: '8'
           cache: 'maven'
+      - name: Install
+        run: >-
+          ./mvnw -B -q install -DskipTests
+          -D"maven.test.skip"=true
+          -D"maven.javadoc.skip"=true
+          -D"scalastyle.skip"=true
+          -D"checkstyle.skip"=true
+          -D"license.skipAddThirdParty"
       - name: Check Dependencies Licenses
         run: tools/dependencies/checkLicense.sh