Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Failed to resolve: tel.egram.kuery:core:0.5 #18

Closed
yaroslav-shlapak opened this issue Jun 1, 2018 · 6 comments
Closed

Failed to resolve: tel.egram.kuery:core:0.5 #18

yaroslav-shlapak opened this issue Jun 1, 2018 · 6 comments

Comments

@yaroslav-shlapak
Copy link

Environment:
IDE: Android Studio 3.2
kotlinVersion = "1.2.41"
kueryVersion = "0.5"
gradle:
distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip
classpath 'com.android.tools.build:gradle:3.2.0-alpha16'

Description:
Adding
// Core library
implementation "tel.egram.kuery:core:$kueryVersion"
// SQLite dialect
implementation "tel.egram.kuery:sqlite:$kueryVersion"
to the main module gradle file leads to gradle build error:
Failed to resolve: tel.egram.kuery:core:0.5

@x2bool
Copy link
Owner

x2bool commented Jun 1, 2018

Do you have jCenter configured?

@yaroslav-shlapak
Copy link
Author

yaroslav-shlapak commented Jun 1, 2018

jCenter seems to be configured. Or have I missed something?
Root gradle file:

buildscript {
    apply from: "$rootDir/versions.gradle"
    repositories {
        mavenCentral()
        jcenter()
        google()
        maven { url 'https://maven.fabric.io/public' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0-alpha16'
        classpath 'com.google.gms:google-services:3.2.1'
        //noinspection GradleDynamicVersion
        classpath 'io.fabric.tools:gradle:1.+'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
    }
}

allprojects {
    repositories {
        jcenter()
        google()
        mavenCentral()
    }
    apply from: "$rootDir/versions.gradle"
}

@x2bool
Copy link
Owner

x2bool commented Jun 1, 2018

Looks right. I will check package.

@x2bool
Copy link
Owner

x2bool commented Jun 2, 2018

Yep! 0.5 for some reason isn't resolved properly. I created a ticket at Bintray. Let's see how it goes. Thank you for reporting this.

@x2bool
Copy link
Owner

x2bool commented Jun 9, 2018

Hi! I had to restore ownership on the jcenter repo, but everything should work now. Feel free to reopen issue if something doesn't work.

@x2bool x2bool closed this as completed Jun 9, 2018
@yaroslav-shlapak
Copy link
Author

Seems to work now, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants