Skip to content

Commit

Permalink
Get purejavacomm 1.0.4 in CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Nov 3, 2024
1 parent 10f6689 commit d1bf040
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,24 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: actions/checkout@v4
with:
repository: 'nyholku/purejavacomm'
ref: 'dafb39722f797289b84b11e0184ef896f1f76c1e'
- name: Install purejavacomm
working-directory: purejavacomm
run: mvn install -DskipTests=true

- name: Build with Maven
run: mvn -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit d1bf040

Please sign in to comment.