objectbox / objectbox-java

Android Database - first and fast, lightweight on-device vector database
https://objectbox.io
Apache License 2.0
4.38k stars 302 forks source link

Maven plugin no longer available due to Bintray shutdown #1041

Closed 137303553322 closed 2 years ago

greenrobot commented 2 years ago

Thanks for sharing your thoughts. For us to do something, you need to be more be more specific...

137303553322 commented 2 years ago
<!-- TODO remove and probably replace with jcenter once plugin synced to jcenter -->
<pluginRepositories>
    <pluginRepository>
        <id>bintray-objectbox-objectbox</id>
        <name>bintray-plugins</name>
        <url>https://dl.bintray.com/objectbox/objectbox</url>
    </pluginRepository>
</pluginRepositories>

error :Cannot resolve plugin io.objectbox:objectbox-maven-plugin:1.2.0 is maven warehouse is not available?How do I replace it?

Thanks

greenrobot-team commented 2 years ago

The ObjectBox Maven plugin is currently not available due to the Bintray shutdown. We need to release it to Maven Central first.

greenrobot-team commented 2 years ago

@137303553322 Version 1.3.0 of the Maven plugin is now available from Maven Central, it is compatible with ObjectBox 3.0.0 and higher. E.g. see how the example project was updated.