Skip to content

Commit

Permalink
Switch the java version to 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 19, 2024
1 parent 0920bae commit 0008cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static analysis tools via Maven (and partly in IntelliJ):
- [SpotBugs](https://spotbugs.github.io)
- [Error Prone](https://errorprone.info)

❗This project requires a JDK version of 11 or higher.❗
❗This project requires a JDK version of 17 or higher.❗

Moreover, this project provides some sample classes that already use this style guide. These classes can be used
as such but are not required in this project. These classes also use some additional libraries that are included
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>11</version>
<version>17</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 0008cd4

Please sign in to comment.