Skip to content

Commit

Permalink
Update pom in order to build with Java 11 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rangeid committed Sep 2, 2024
1 parent dc27707 commit 66d19e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
architecture: x64
- name: Build with Maven
run: |
mvn clean package -PbuildKar
ls -la target
mvn --batch-mode clean package -PbuildKar
find . -name "*.kar"
find . -name "*.jar"

0 comments on commit 66d19e3

Please sign in to comment.