Ohad Shai
Ohad Shai
I am trying to use the plugin to deploy to maven central (now that jcenter is gone). I am getting the following error on build: ``` * Where: Build file...
I am trying to configure new Jenkins dashbaord but get an error: AjaxError - connection failed when trying to connect to jenkins. I think this is related to the issue...
Current version is 1.0 and it doesn't include changes from #8 which I would be happy to use. Is it possible to release a new artifact for the lib?
./gradlew wrapper --gradle-version 8.1.1
This is needed in order to support the inner creation of geometric objects (by the lib) with srid 4326 and such.
When an error occurs on `Deferred.await()` the thrown error stacktrace is not showing any indication of the url/method that was actually called: ``` Exception in thread "main" retrofit2.HttpException: HTTP 404...
This is my code (in kotlin): ``` val session = SlackSessionFactory.createWebSocketSlackSession("bot token") session.connect() val channel = session.findChannelByName("test") //make sure bot is a member of the channel. val mr = session.sendMessage(channel,...
Hi @codepitbull , I noticed that some PR's were not ported across branches. Is there a reason for that or just something missed some how? Here are few PR examples:...