Skip to content

Commit f20390e

Browse files
committed
Run against CI build of ECJ temporarily
1 parent 05652e6 commit f20390e

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
@@ -75,10 +75,17 @@ jobs:
7575
env:
7676
cache-name: maven-cache
7777
with:
78-
path:
79-
~/.m2
78+
path: ~/.m2
8079
key: build-${{ env.cache-name }}
8180

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

0 commit comments

Comments
 (0)