Skip to content

Commit

Permalink
Updated CI GH action (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavorite authored Aug 9, 2024
1 parent 4814094 commit 69167c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version-file: '.java-version'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21

0 comments on commit 69167c9

Please sign in to comment.