Skip to content

Commit dd43c02

Browse files
committed
Use eclipse snapshot repositories
1 parent a7c00d2 commit dd43c02

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ jobs:
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

pom.xml

Lines changed: 8 additions & 0 deletions
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)