Skip to content

Commit

Permalink
Updated GH Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagielBruntink committed Jan 25, 2024
1 parent 23d00e2 commit 5eef09b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ on:

jobs:
build:

runs-on: ubuntu-18.04
strategy:
matrix:
java: [ '11.x' ]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
architecture: x64
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 5eef09b

Please sign in to comment.