File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7878 path : ~/.m2
7979 key : build-${{ env.cache-name }}
8080
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-
8981 - name : Compile and run tests
9082 shell : bash
9183 run : ./mvnw -B -U clean verify
Original file line number Diff line number Diff line change 8585 <url >https://github.com/ascopes</url >
8686 </organization >
8787
88+ <repositories >
89+ <repository >
90+ <id >eclipse-snapshots</id >
91+ <name >Eclipse Snapshots</name >
92+ <url >https://repo.eclipse.org/content/repositories/eclipse-snapshots</url >
93+ </repository >
94+ </repositories >
95+
8896 <scm >
8997 <url >https://github.com/ascopes/java-compiler-testing</url >
9098 <connection >scm:git:https://github.com/ascopes/java-compiler-testing</connection >
You can’t perform that action at this time.
0 commit comments