Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jan 8, 2024
1 parent 2d0fa4d commit 8541b7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v3

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}

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

- uses: actions/upload-artifact@v3
with:
name: jdk-${{ matrix.java }}
Expand Down

0 comments on commit 8541b7f

Please sign in to comment.