Skip to content

Commit 6002c31

Browse files
committed
Run against CI build of ECJ temporarily
1 parent f2b3cf8 commit 6002c31

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
@@ -72,10 +72,17 @@ jobs:
7272
env:
7373
cache-name: maven-cache
7474
with:
75-
path:
76-
~/.m2
75+
path: ~/.m2
7776
key: build-${{ env.cache-name }}
7877

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

0 commit comments

Comments
 (0)