Jan Petryk
Jan Petryk
Those warnings are there only if you use Java 8. Further info here: http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html Adding option `Xdoclint:none` to gradle config (as mentioned in above link) fixes this issue. But if...
Hi, In order to get tests working you have to fill .properties files in https://github.com/janpetryk/reddit-bot/tree/master/src/main/resources directory, register twitter and reddit apps using oauth2, put them accordingly in the files. Let...
I also added checking for empty values upon creation of connectors, next time it should give better error message.