Matthew Johnson
Matthew Johnson
I'm having the same problem, I think it's because in SlackDao.class it connects to the RTM with the following line: `ResponseEntity response = restTemplate.getForEntity(rtmUrl, RTM.class, slackToken);` Which does a GET...
Hi @mndominguez yeah I got it working for me - but I made a ton of changes in one go and was never 100% sure exactly what bit fixed it...
Hi @lnnery @timtebeek - you can certainly take a look at `UpgradePluginVersion` which has now been upgraded to work with plugins whose version is in `gradle.properties` - I'm not very...