jcenter problem
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
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 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.