Skip to content

Commit 0fdb817

Browse files
committed
Run against CI build of ECJ temporarily
1 parent cab2384 commit 0fdb817

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,17 @@ jobs:
7676
env:
7777
cache-name: maven-cache
7878
with:
79-
path:
80-
~/.m2
79+
path: ~/.m2
8180
key: build-${{ env.cache-name }}
8281

82+
### TODO(ascopes): remove this before merging.
83+
- name: Inject development version of ECJ
84+
shell: bash
85+
run: >-
86+
./scripts/add-development-ecj-to-maven-repository.sh
87+
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
88+
3.41.0-SNAPSHOT
89+
8390
- name: Compile and run tests
8491
shell: bash
8592
run: ./mvnw -B -U clean verify

0 commit comments

Comments
 (0)