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
It used to work fine with the JCenter repository, however JCenter is shutting down and when I am switching to MavenCentral, I am getting the following error:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find id.jasoet:fun-kommand:1.0.3.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/id/jasoet/fun-kommand/1.0.3/fun-kommand-1.0.3.pom
- https://jitpack.io/id/jasoet/fun-kommand/1.0.3/fun-kommand-1.0.3.pom
Required by:
project : > id.jasoet:fun-pdf:1.0.3
Could you please publish the missing package to MavenCentral?
Thanks in advance!
P.S. here is how I am defining mavenCentral:
repositories {
mavenCentral()
}
The text was updated successfully, but these errors were encountered:
Hello!
I am using
implementation("id.jasoet:fun-pdf:1.0.3")
version of fun-pdf library.
It used to work fine with the JCenter repository, however JCenter is shutting down and when I am switching to MavenCentral, I am getting the following error:
Could you please publish the missing package to MavenCentral?
Thanks in advance!
P.S. here is how I am defining mavenCentral:
The text was updated successfully, but these errors were encountered: