Skip to content

Commit

Permalink
Update the Github build action for example code
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Jun 6, 2024
1 parent 6e7ac7b commit 9854498
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
maven-version: '3.9.7'
- name: Build with Maven
run: mvn clean verify -ntp
- uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -38,4 +38,4 @@ jobs:
files: |
*.zip
com.vogella.tasks.product/target/products/com.vogella.tasks-*.x86_64.zip

0 comments on commit 9854498

Please sign in to comment.