We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df336d0 commit 34ca7a8Copy full SHA for 34ca7a8
1 file changed
.github/workflows/maven.yml
@@ -25,20 +25,6 @@ jobs:
25
- name: Build with Maven
26
run: mvn -B jacoco:prepare-agent install jacoco:report jacoco:report-aggregate --file pom.xml
27
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
-
42
deploy-bundles:
43
runs-on: ubuntu-latest
44
needs: build-bundles
0 commit comments