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 f2b3cf8 commit 6002c31Copy full SHA for 6002c31
.github/workflows/build.yml
@@ -72,10 +72,17 @@ jobs:
72
env:
73
cache-name: maven-cache
74
with:
75
- path:
76
- ~/.m2
+ path: ~/.m2
77
key: build-${{ env.cache-name }}
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
+
86
- name: Compile and run tests
87
shell: bash
88
run: ./mvnw -B -U clean verify
0 commit comments