Skip to content

Commit

Permalink
Support java 21 (#179)
Browse files Browse the repository at this point in the history
* Reformat pom.xml

* Add ignore to release files

* Change to use spotify:foss-root as parent

* Adds java 21 to builds

* Bumps google-format to 1.17 for jdk21 compatibility

* Remove running itself

---------

Co-authored-by: Caesar Ralf <[email protected]>
  • Loading branch information
caesar-ralf and caesar-ralf authored Sep 22, 2023
1 parent a05c27c commit 84160f3
Show file tree
Hide file tree
Showing 19 changed files with 606 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11', '15', '17' ]
java: [ '11', '17', '21' ]
os: [ 'ubuntu-20.04', 'windows-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ hs_err_pid*

# compilation
target/

# mvn release files
*.releaseBackup
release.properties
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Spotify AB
Copyright (c) 2022-2023 Spotify AB
Copyright (c) 2016-2022 Coveo

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit 84160f3

Please sign in to comment.