-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
- https://jcenter.bintray.com/gradle/plugin/com/hulab/gradle/gradle-plugin/1.0.0/gradle-plugin-1.0.0.pom
- https://dl.google.com/dl/android/maven2/gradle/plugin/com/hulab/gradle/gradle-plugin/1.0.0/gradle-plugin-1.0.0.pom
Required by:
project :
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels