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 cab2384 commit 0fdb817Copy full SHA for 0fdb817
.github/workflows/build.yml
@@ -76,10 +76,17 @@ jobs:
76
env:
77
cache-name: maven-cache
78
with:
79
- path:
80
- ~/.m2
+ path: ~/.m2
81
key: build-${{ env.cache-name }}
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
+
90
- name: Compile and run tests
91
shell: bash
92
run: ./mvnw -B -U clean verify
0 commit comments