md-5 / SpecialSource

Automatic generator and renamer of jar obfuscation mappings.
Other
206 stars 49 forks source link

Ensure all resources are closed #50

Closed Pokechu22 closed 6 years ago

Pokechu22 commented 6 years ago

Ensures all resources are closed (previously some things like mappings weren't closed). Also updates to Java 7 so that we can use try-with-resources (I don't think anyone's using 6 anymore).