kordlib / kord

Idiomatic Kotlin Wrapper for The Discord API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not resolve `dev.kord.cache:cache-api`

dosier opened this issue · comments

commented

All of a sudden the Gradle dependency stopped working:

Execution failed for task ':myProject:compileKotlin'.
> Error while evaluating property 'filteredArgumentsMap' of task ':myProject:compileKotlin'
   > Could not resolve all files for configuration ':myProject:compileClasspath'.
      > Could not resolve dev.kord.cache:cache-api:{strictly [0.3.0, 0.4.0[; prefer latest.release}.
        Required by:
            project :core > dev.kord:kord-core:0.8.0-M16
         > Failed to list versions for dev.kord.cache:cache-api.
            > Unable to load Maven meta-data from https://plugins.gradle.org/m2/dev/kord/cache/cache-api/maven-metadata.xml.
               > Could not HEAD 'https://jcenter.bintray.com/dev/kord/cache/cache-api/maven-metadata.xml'.
                  > Read timed out

Jcenter seems to be down.

commented

Hello
What are your repositories

commented

It resolved itself, I think there was an issue with the grade plugin portal, not sure.