Skip to content

Commit 2567522

Browse files
committed
Use eclipse snapshot repositories
1 parent 877aff1 commit 2567522

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: .github/workflows/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ jobs:
7979
path: ~/.m2
8080
key: build-${{ env.cache-name }}
8181

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-
9082
- name: Compile and run tests
9183
shell: bash
9284
run: ./mvnw -B -U clean verify

Diff for: pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
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>

0 commit comments

Comments
 (0)