Rigner / discord-rpc-java

Java implementation of Discord RPC for rich presence https://github.com/discordapp/discord-rpc
MIT License
25 stars 9 forks source link

Replacing SystemUtils from Apache commons-lang #10

Closed SirYwell closed 6 years ago

SirYwell commented 6 years ago

I replaced the current way to get the OS with an own implementation to reduce dependencies. I tested it on Windows already.

(There are some commits which are caused by Problems with git, if it works anyway, they can be ignored. Also, you would have to change the Readme file)

Rigner commented 6 years ago

Please reset your branch before starting working on a new feature. Right now you have some ugly merge commits on your pull request. I'll merge manually your last commit. But thanks for removing apache dependency, i wanted to do that anyways

SirYwell commented 6 years ago

I really don't know where these commits come from, because I deleted my fork and created it again already. 😄 But I will do it again and also clone it again to my computer, perhaps this was the problem.