diff --git a/.github/matcher/api-tools.json b/.github/matcher/api-tools.json deleted file mode 100644 index 7c83f62ce1e..00000000000 --- a/.github/matcher/api-tools.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "api-problems", - "pattern": [ - { - "regexp": "^\\[API\\s(\\w+)\\].*line\\s(\\d+):\\s(.+)\\(location:\\s(.+)\\)$", - "severity": 1, - "line": 2, - "message": 3, - "file": 4 - } - ] - } - ] -} diff --git a/.github/workflows/mavenBuild.yml b/.github/workflows/mavenBuild.yml index 336a7559d14..b0f76fa7a00 100644 --- a/.github/workflows/mavenBuild.yml +++ b/.github/workflows/mavenBuild.yml @@ -84,11 +84,6 @@ jobs: with: tycho-version: 4.0.12 - - name: Download the API Tools matcher - run: | - mkdir .github/matcher - curl -o .github/matcher/api-tools.json https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/.github/matcher/api-tools.json - echo "::add-matcher::.github/matcher/api-tools.json" - name: Build with Maven run: >- ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}