Skip to content

Commit 34ca7a8

Browse files
committed
Remove 'build plugins' job, since there is no plugin in this project
1 parent df336d0 commit 34ca7a8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B jacoco:prepare-agent install jacoco:report jacoco:report-aggregate --file pom.xml
2727

28-
build-plugins:
29-
runs-on: ubuntu-latest
30-
needs: build-bundles
31-
steps:
32-
- uses: actions/checkout@v3
33-
- name: Set up JDK 11
34-
uses: actions/setup-java@v3
35-
with:
36-
java-version: '11'
37-
distribution: 'temurin'
38-
cache: maven
39-
- name: Build plugins with Tycho
40-
run: mvn -B -f plugins/eclipse install
41-
4228
deploy-bundles:
4329
runs-on: ubuntu-latest
4430
needs: build-bundles

0 commit comments

Comments
 (0)