Skip to content

Commit

Permalink
- Drop Java back to 17 to support 1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Nov 30, 2024
1 parent b5f6238 commit 2ea6000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10156,4 +10156,5 @@ v0.92.0.11:
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2.
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1.
- Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2.
- Bump com.zaxxer:HikariCP from 6.0.0 to 6.2.1.
- Bump com.zaxxer:HikariCP from 6.0.0 to 6.2.1.
- Drop Java back to 17 to support 1.19.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</modules>

<properties>
<java.version>21</java.version>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 2ea6000

Please sign in to comment.