dokan-java icon indicating copy to clipboard operation
dokan-java copied to clipboard

jcenter problem

Open hrstoyanov opened this issue 6 years ago • 2 comments

I cannot see the module here: https://repo.jfrog.org/artifactory/libs-release-bintray/dev/

and I get these messages:

Could not find dev.dokan:dokan_java:1.1.0. Searched in the following locations: - file:/Users/hristostoyanov/.m2/repository/dev/dokan/dokan_java/1.1.0/dokan_java-1.1.0.pom - https://repo.maven.apache.org/maven2/dev/dokan/dokan_java/1.1.0/dokan_java-1.1.0.pom - https://jcenter.bintray.com/dev/dokan/dokan_java/1.1.0/dokan_java-1.1.0.pom

hrstoyanov avatar Jan 20 '20 23:01 hrstoyanov

Strange. You can find it/download it definitely on my bintray account, but seems like the linking to jcenter failed.

I will investigate it.

Nonetheless, since github offers now an integrated CI server with github actions, this project will migrate to it. And then we can add automatic publishing to bintray with for example https://github.com/benjefferies/maven-bintray-github-actions

infeo avatar Jan 25 '20 10:01 infeo

@infeo I use Github packages already for my projects. Just to warn you: Github requires any user to have a github token even for public repositories! In other words, anonymous access is impossible (unlike JCenter, Maven Central). Read the documentation carefully!

I complained a lot to GitHub about that, hopefully they will fix it soon.

hrstoyanov avatar Jan 25 '20 19:01 hrstoyanov