Skip to content

Commit

Permalink
chore: ci jobs, readme improvements
Browse files Browse the repository at this point in the history
- chore: ci jobs for build/test
- chore: readme links (top)

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 11, 2024
1 parent b58691a commit f1d6df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
submodules: true
- name: "Setup: Java 21"
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
- name: "Build & Test Repository"
run: make TESTS=yes SIGNING=no JAVADOC=no SNAPSHOT=yes
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# JPMS Attic

- [GitHub Repo](https://github.com/javamodules/attic)
- [Docs](https://jpms.pkg.st)

This repository provides sub-module library overrides for popular Java libraries which don't yet provide JPMS support (at least until some PRs are merged!). There is a Maven repository which contains these artifacts, too, so you can safely use them in your projects.

#### Pending PRs
Expand Down

0 comments on commit f1d6df0

Please sign in to comment.