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/23 12:39:19 UTC

[incubator-seatunnel] branch dev updated: [CI]Fix License Check not found snapshot jar (#2242)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 7414bcc9d [CI]Fix License Check not found snapshot jar (#2242)
7414bcc9d is described below

commit 7414bcc9d47f64eaef90db8f66fa3ab1db8767f7
Author: Kirs <ki...@apache.org>
AuthorDate: Sat Jul 23 20:39:14 2022 +0800

    [CI]Fix License Check not found snapshot jar (#2242)
    
    * [CI]Fix License Check not found snapshot jar
    
    * Update backend.yml
    
    * Update backend.yml
---
 .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