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