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 75
75
path : ~/.m2
76
76
key : build-${{ env.cache-name }}
77
77
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
78
- name : Compile and run tests
87
79
shell : bash
88
80
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