discord-diabetes / diabot

A diabetes-oriented chatbot for Discord
https://discord.gg/diabetes
Other
21 stars 13 forks source link

Fixed fatjar errors #110

Closed p5nbTgip0r closed 4 years ago

p5nbTgip0r commented 4 years ago

The updated okhttp and retrofit libraries weren't being included in the fatjar file after compilation. On line 72 in the build.gradle file it is set up to only copy dependencies using the compile keyword and not implementation. This PR is just a quick workaround which changes the implementations to compile

cascer1 commented 4 years ago

Good catch 👌