File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 79
79
path : ~/.m2
80
80
key : build-${{ env.cache-name }}
81
81
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
82
- name : Compile and run tests
91
83
shell : bash
92
84
run : ./mvnw -B -U clean verify
Original file line number Diff line number Diff line change 85
85
<url >https://github.com/ascopes</url >
86
86
</organization >
87
87
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
+
88
96
<scm >
89
97
<url >https://github.com/ascopes/java-compiler-testing</url >
90
98
<connection >scm:git:https://github.com/ascopes/java-compiler-testing</connection >
You can’t perform that action at this time.
0 commit comments