This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
new 8fe481795 added the license check as GitHub workflow (CONNECTORS-1754)
8fe481795 is described below
commit 8fe48179584c01bba5bcdd0d7c7a040831dbc0c9
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Feb 2 10:16:35 2024 +0100
added the license check as GitHub workflow (CONNECTORS-1754)
---
.github/workflows/license-check.yml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index 459a22d26..9afbfe6d8 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -20,7 +20,7 @@ run-name: ${{ github.actor }} is executing the RAT license
check🚀
on:
workflow_dispatch:
-
+
jobs:
licenseCheck:
runs-on: ubuntu-22.04
@@ -33,15 +33,6 @@ jobs:
distribution: 'temurin'
architecture: x64
cache: maven
- - name: Setup Ant
- uses: cedx/setup-ant@v2
- with:
- optional-tasks: true
- version: 1.10.14
- - name: Setup Maven
- uses: s4u/[email protected]
- with:
- maven-version: 3.9.6
- name: Ant Build
run: ant make-core-deps make-deps
- name: Maven Build