Skip to content

Commit

Permalink
Use eclipse snapshot repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Dec 31, 2024
1 parent 877aff1 commit 2567522
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ jobs:
path: ~/.m2
key: build-${{ env.cache-name }}

### TODO(ascopes): remove this before merging.
- name: Inject development version of ECJ
shell: bash
run: >-
./scripts/add-development-ecj-to-maven-repository.sh
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
3.41.0-SNAPSHOT
- name: Compile and run tests
shell: bash
run: ./mvnw -B -U clean verify
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
<url>https://github.com/ascopes</url>
</organization>

<repositories>
<repository>
<id>eclipse-snapshots</id>
<name>Eclipse Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/eclipse-snapshots</url>
</repository>
</repositories>

<scm>
<url>https://github.com/ascopes/java-compiler-testing</url>
<connection>scm:git:https://github.com/ascopes/java-compiler-testing</connection>
Expand Down

0 comments on commit 2567522

Please sign in to comment.