Skip to content

Commit

Permalink
Use multi-release jar
Browse files Browse the repository at this point in the history
* Drop classic jar file with no module-info
* Move module-info to a multi-release jar setup
* Simplify pom.xml
* Update versions and checkstyle
* Update gitignore
  • Loading branch information
jodastephen committed Sep 11, 2023
1 parent 92f8558 commit d76544d
Show file tree
Hide file tree
Showing 6 changed files with 599 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
java: [11, 17]

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/.settings/
.idea
*.iml
*.class
Loading

0 comments on commit d76544d

Please sign in to comment.