Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails: Could not find gradle.plugin.com.hulab.gradle:gradle-plugin:1.0.0. #2

Open
thkusch opened this issue Aug 28, 2020 · 0 comments

Comments

@thkusch
Copy link

thkusch commented Aug 28, 2020

Hello!

I just tried to install the plugin. This is my build.gradle file

buildscript {
    repositories {
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:4.0.1'
        // Classpath dependency for gettext gradle plugin
        classpath "gradle.plugin.com.hulab.gradle:gradle-plugin:1.0.0"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        google()
        jcenter()
    }

}

task clean(type: Delete) {
    delete rootProject.buildDir
}

Make project fails with the following message:

Could not find gradle.plugin.com.hulab.gradle:gradle-plugin:1.0.0.
Searched in the following locations:

I tried to find the plugin above on repo.jfrog.org, but it doesn't seem to be anything like this there. Is there any solution?

Best regards,
Thomas

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

No branches or pull requests

1 participant