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

Maven repository url for current version missing/broken #2

Open
Okeanos opened this issue Jan 7, 2017 · 0 comments
Open

Maven repository url for current version missing/broken #2

Okeanos opened this issue Jan 7, 2017 · 0 comments

Comments

@Okeanos
Copy link

Okeanos commented Jan 7, 2017

As far as I can tell there should be a 1.3.0 release available somewhere in a remote maven based repository that can be used.

When looking for a suitable repository on maven.org only the findbugs plugin is found at all?!

However, regardless of which url (and version of the linter plugin) is used in the gradle file for the repository and dependency the result is always the same.

Gradle file:

allprojects {
  repositories {
    maven {
      url '<URL>'
    }
  }
}

dependencies {
  //...  
  androidLint 'com.monits:android-linters:<VERSION>'
}

Result when running gradle clean build:

> Could not resolve com.monits:android-linters:<VERSION>
  > Could not parse POM <URL>/com/monits/android-linters/<VERSION>/android-linters-<VERSION>.pom
    > Could not find com.monits:java-pom:2.0-SNAPSHOT.
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