Skip to content

MinecraftEcoVote 1.0.6

Choose a tag to compare

@MinecraftEco MinecraftEco released this 09 Mar 12:45
· 5 commits to main since this release
fix: remove try-with-resources for HttpClient

HttpClient does not implement AutoCloseable, so using it in a try-with-resources block caused a NoSuchMethodError in Java 17. Now, HttpClient is created once and reused.