MinecraftEcoVote 1.0.6
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.
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.