Skip to content

Commit

Permalink
downgrade min java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gl0W1E committed Jan 8, 2023
1 parent acfdd91 commit 22d065d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<description>Adds many features to your towny server</description>
<properties>
<java.version>17</java.version>
<java.version>16</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Required Towny version for this plugin: 0.98.4.0. #
# Required Java version: 17. #
# Required Java version: 16. #
# Required server type: Paper or any fork of Paper. #
# Required Minecraft version: 1.16.5 or above. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down

0 comments on commit 22d065d

Please sign in to comment.