Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19850

Git repository at did not contain a project publishing the specified dependency

$
0
0

Hi @twof! Welcome to the Gradle community. :slight_smile:

Unfortunately, the project (swagger) you are depending on is built with Maven. Source dependencies currently only work with projects that have a Gradle build.

You would need to build your modified version locally with Maven and then depend on it. You can do that, for example, by installing a snapshot with Maven to mavenLocal() and then depending on it in Gradle.
https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:case-for-maven-local


Viewing all articles
Browse latest Browse all 19850

Trending Articles