Skip to content

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

@thkusch

Description

@thkusch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions