Skip to content

Commit

Permalink
Revert "Setting Java 21 as minimum version"
Browse files Browse the repository at this point in the history
This reverts commit a5e43ae.
  • Loading branch information
bitstorm committed Dec 4, 2024
1 parent da01909 commit 4bc0448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
java:
- '17'
- '21'
- '23'

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@

<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<!-- Project Versions -->
<asm.version>9.7.1</asm.version>
Expand Down

0 comments on commit 4bc0448

Please sign in to comment.