Skip to content

Commit

Permalink
Run against CI build of ECJ temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Dec 27, 2024
1 parent 4756354 commit 356ae03
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,17 @@ jobs:
env:
cache-name: maven-cache
with:
path:
~/.m2
path: ~/.m2
key: build-${{ env.cache-name }}

### TODO(ascopes): remove this before merging.
- name: Inject development version of ECJ
shell: bash
run: >-
./scripts/add-development-ecj-to-maven-repository.sh
https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/job/PR-3446/6/artifact/repository/target/repository/plugins/org.eclipse.jdt.core.compiler.batch_3.41.0.v20241224-1732.jar
3.41.0-SNAPSHOT
- name: Compile and run tests
shell: bash
run: ./mvnw -B -U clean verify
Expand Down

0 comments on commit 356ae03

Please sign in to comment.