Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/actions/install-maven-parent-action/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/checkVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ on:
type: string
required: false
default: '.'
without-EF-infra:
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
type: boolean
required: false
default: true

permissions: {} # all none

env:
MAVEN_ARGS: >-
--batch-mode --no-transfer-progress
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}

jobs:
versions-check-and-increment:
Expand All @@ -61,10 +55,6 @@ jobs:
with:
maven-version: 3.9.9

- name: Install Maven parent locally
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
if : inputs.without-EF-infra

- name: Additional setup
if: inputs.extra-setup-command
run: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/codeQLworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ on:
type: string
required: false
default: '3.9.9'
without-EF-infra:
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
type: boolean
required: false
default: true

env:
MAVEN_ARGS: >-
--batch-mode --no-transfer-progress
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}

jobs:
analyze:
Expand Down Expand Up @@ -88,10 +82,6 @@ jobs:
with:
maven-version: ${{ inputs.mavenVersion }}

- name: Install Maven parent locally
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
if : inputs.without-EF-infra

- name: Build with Maven
run: >-
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@ on:
type: string
required: false
default: '3.9.9'
without-EF-infra:
description: 'Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
type: boolean
required: false
default: true

permissions: {}

env:
MAVEN_ARGS: >-
--batch-mode --no-transfer-progress
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}

jobs:
event_file:
Expand Down Expand Up @@ -83,10 +77,6 @@ jobs:
with:
maven-version: ${{ inputs.mavenVersion }}

- name: Install Maven parent locally
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
if : inputs.without-EF-infra

- name: Build with Maven
run: >-
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
Expand Down
Loading