You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add you library to my project but I get the following error:
[ERROR] dependency: io.github.drednote:spring-boot-starter-telegram:jar:0.3.0 (compile)
[ERROR] io.github.drednote:spring-boot-starter-telegram:jar:0.3.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
I looked into the repository at https://repo.maven.apache.org/maven2/io/github/drednote/spring-boot-starter-telegram/0.3.0/ and noticed that the version does not match with the jar file listed there.
The version I took a look at was 0.3.0 but there was no file spring-boot-starter-telegram-0.3.0.jar only spring-boot-starter-telegram-0.3.0-plain.jar
I don't know if that is the issue but looking at other repositories, they all have a file matching the exact version.
The text was updated successfully, but these errors were encountered:
Thanks for notifying me about the error connecting the library.
I have already fixed this issue and made the necessary changes to the code. All fixes are in the following pull request. Today I will post a new version 0.3.1 in maven.
If you have further problems, be sure to write about them!
Hi there,
I tried to add you library to my project but I get the following error:
I looked into the repository at https://repo.maven.apache.org/maven2/io/github/drednote/spring-boot-starter-telegram/0.3.0/ and noticed that the version does not match with the jar file listed there.
The version I took a look at was
0.3.0
but there was no filespring-boot-starter-telegram-0.3.0.jar
onlyspring-boot-starter-telegram-0.3.0-plain.jar
I don't know if that is the issue but looking at other repositories, they all have a file matching the exact version.
The text was updated successfully, but these errors were encountered: