Skip to content

Update to 1.12 (Fixes #17) - #18

Open
TuxCoding wants to merge 1 commit into
sainttx:masterfrom
TuxCoding:1.12
Open

Update to 1.12 (Fixes #17)#18
TuxCoding wants to merge 1 commit into
sainttx:masterfrom
TuxCoding:1.12

Conversation

@TuxCoding

Copy link
Copy Markdown

I replaced .loadConfiguration(InputStream) with .loadConfiguration(Reader). The old method was removed in the new version of Spigot. The reader will automatically closed by the yaml library. So don't have to care about cleaning it up.

I also added a source encoding property to the pom configuration, because Maven otherwise prints a warning and it could make it difficult to write code for international developers.

…utStream)

with .loadConfiguration(Reader). The reader will automatically
closed by the yaml library. So don't have to care about cleaning it
up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants